mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
Patch default-net
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user