From 6f327c950d5d574eb4fd8773cbaf0bc5d4628149 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 24 Mar 2023 21:16:04 +0000 Subject: [PATCH] Cargo.toml: replace branch with rev in default-net patch entry This makes `cargo install --path deltachat-rpc-server` work again. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 849ca0aa3..f24a4f1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ panic = 'abort' opt-level = "z" [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", rev="7a257095bac009c4be0b93c2979801624fdd337b" } quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" } quinn-proto = { git = "https://github.com/quinn-rs/quinn", branch="main" }