mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +03:00
deps(default-net): Switch to main branch
The main branch now has the right PRs merged. This is better than relying on a fork. Additionally the dependencies are updated and a bunch of duplicates removed as a result.
This commit is contained in:
@@ -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/shellrow/default-net.git", branch="main" }
|
||||
quinn-udp = { 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