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

5
Cargo.lock generated
View File

@@ -5476,3 +5476,8 @@ dependencies = [
"syn",
"synstructure",
]
[[patch.unused]]
name = "default-net"
version = "0.13.0"
source = "git+https://github.com/dignifiedquire/default-net.git?branch=feat-android#5c5fd8f0d425af673405428f77203ee370d4d6cf"

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" }