Switch quinn to ecn-einval-fallback branch.

This commit is contained in:
link2xt
2023-03-16 16:25:40 +00:00
parent 56f6d6849e
commit 9a7ff9d2b1
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="android-no-tos" }
quinn-proto = { git = "https://github.com/link2xt/quinn", branch="android-no-tos" }
quinn-udp = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" }
quinn-proto = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" }
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }