Patch default-net

This commit is contained in:
link2xt
2023-03-10 17:14:01 +00:00
parent 05e50ea787
commit 28d9bec0b4
2 changed files with 8 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ lto = true
panic = 'abort'
opt-level = "z"
[patch.crates-io]
default-net = { git = "https://github.com/dignifiedquire/default-net.git", branch="feat-android" }
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }
format-flowed = { path = "./format-flowed" }