Cargo.toml: replace branch with rev in default-net patch entry

This makes `cargo install --path deltachat-rpc-server` work again.
This commit is contained in:
link2xt
2023-03-24 21:16:04 +00:00
parent 83af248068
commit 6f327c950d

View File

@@ -25,7 +25,7 @@ panic = 'abort'
opt-level = "z"
[patch.crates-io]
default-net = { git = "https://github.com/dignifiedquire/default-net.git", branch="feat-android" }
default-net = { git = "https://github.com/dignifiedquire/default-net.git", rev="7a257095bac009c4be0b93c2979801624fdd337b" }
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
quinn-proto = { git = "https://github.com/quinn-rs/quinn", branch="main" }