diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-03-31 00:21:11 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-03-31 00:21:11 +0000 |
commit | d37bdd0fcdf2e5e4b29e564cd3461ba22851028a (patch) | |
tree | 252c028309e9d0439e4a2b1b0ee7656107d2bb01 /Cargo.toml | |
parent | Add CHANGELOG for fixed random route leakage (diff) | |
download | miniserve-d37bdd0fcdf2e5e4b29e564cd3461ba22851028a.tar.gz miniserve-d37bdd0fcdf2e5e4b29e564cd3461ba22851028a.zip |
Patch zip to ensure it builds on mips
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |