mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
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:
@@ -25,7 +25,7 @@ panic = 'abort'
|
|||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
|
||||||
[patch.crates-io]
|
[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-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
|
||||||
quinn-proto = { git = "https://github.com/quinn-rs/quinn", branch="main" }
|
quinn-proto = { git = "https://github.com/quinn-rs/quinn", branch="main" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user