Switch quinn to the main branch

It has Android fixes merged
This commit is contained in:
link2xt
2023-03-17 22:26:12 +00:00
parent 575b43d9a0
commit b26a351786
2 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ opt-level = "z"
[patch.crates-io]
default-net = { git = "https://github.com/dignifiedquire/default-net.git", branch="feat-android" }
quinn-udp = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" }
quinn-proto = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" }
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
quinn-proto = { git = "https://github.com/quinn-rs/quinn", branch="main" }
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }