Patch quinn to work on android

This commit is contained in:
link2xt
2023-03-15 12:45:58 +00:00
parent cbc18ee5a4
commit 56f6d6849e
2 changed files with 5 additions and 5 deletions

View File

@@ -26,6 +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" }
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }