From 28d9bec0b4ef9dcc502ea6ae43af96878713af8e Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 10 Mar 2023 17:14:01 +0000 Subject: [PATCH] Patch default-net --- Cargo.lock | 5 +++++ Cargo.toml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 7b6dd698b..7e246040a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 70587f969..41cae54b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }