From d37bdd0fcdf2e5e4b29e564cd3461ba22851028a Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 31 Mar 2022 02:21:11 +0200 Subject: Patch zip to ensure it builds on mips --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 101d0bd..ad84143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,6 +56,9 @@ rustls-pemfile = { version = "0.3", optional = true } socket2 = "0.4" get_if_addrs = "0.5" +[patch.crates-io] +zip = { git="https://github.com/zip-rs/zip", branch="master" } + [features] default = ["tls"] # This feature allows us to use rustls only on architectures supported by ring. -- cgit v1.2.3