mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
Switch quinn to the main branch
It has Android fixes merged
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3558,7 +3558,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "quinn-proto"
|
name = "quinn-proto"
|
||||||
version = "0.9.2"
|
version = "0.9.2"
|
||||||
source = "git+https://github.com/link2xt/quinn?branch=ecn-einval-fallback#b60a5474ae63fcc0cec0c7b104079a20b79c9ede"
|
source = "git+https://github.com/quinn-rs/quinn?branch=main#11b34a7b2652010cdbbd08b5dfa407832baff927"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
@@ -3576,7 +3576,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "quinn-udp"
|
name = "quinn-udp"
|
||||||
version = "0.3.2"
|
version = "0.3.2"
|
||||||
source = "git+https://github.com/link2xt/quinn?branch=ecn-einval-fallback#b60a5474ae63fcc0cec0c7b104079a20b79c9ede"
|
source = "git+https://github.com/quinn-rs/quinn?branch=main#11b34a7b2652010cdbbd08b5dfa407832baff927"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"quinn-proto",
|
"quinn-proto",
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ opt-level = "z"
|
|||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
default-net = { git = "https://github.com/dignifiedquire/default-net.git", branch="feat-android" }
|
default-net = { git = "https://github.com/dignifiedquire/default-net.git", branch="feat-android" }
|
||||||
quinn-udp = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" }
|
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
|
||||||
quinn-proto = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" }
|
quinn-proto = { git = "https://github.com/quinn-rs/quinn", branch="main" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
deltachat_derive = { path = "./deltachat_derive" }
|
deltachat_derive = { path = "./deltachat_derive" }
|
||||||
|
|||||||
Reference in New Issue
Block a user