From 9a7ff9d2b170ab9ed5a856697ff713156971074f Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 16 Mar 2023 16:25:40 +0000 Subject: [PATCH] Switch quinn to `ecn-einval-fallback` branch. --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2c2e3f5b..5be90be3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3558,7 +3558,7 @@ dependencies = [ [[package]] name = "quinn-proto" version = "0.9.2" -source = "git+https://github.com/link2xt/quinn?branch=android-no-tos#e67136966a4010564bd85861177029765a9ea811" +source = "git+https://github.com/link2xt/quinn?branch=ecn-einval-fallback#b60a5474ae63fcc0cec0c7b104079a20b79c9ede" dependencies = [ "bytes", "rand 0.8.5", @@ -3576,7 +3576,7 @@ dependencies = [ [[package]] name = "quinn-udp" version = "0.3.2" -source = "git+https://github.com/link2xt/quinn?branch=android-no-tos#e67136966a4010564bd85861177029765a9ea811" +source = "git+https://github.com/link2xt/quinn?branch=ecn-einval-fallback#b60a5474ae63fcc0cec0c7b104079a20b79c9ede" dependencies = [ "libc", "quinn-proto", diff --git a/Cargo.toml b/Cargo.toml index 2cdf1b08c..d7f3d7249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +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" } +quinn-udp = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" } +quinn-proto = { git = "https://github.com/link2xt/quinn", branch="ecn-einval-fallback" } [dependencies] deltachat_derive = { path = "./deltachat_derive" }