We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63c12f commit 4905c3eCopy full SHA for 4905c3e
server/Cargo.toml
@@ -60,7 +60,7 @@ cargo_toml = "0.12.4"
60
ureq = "2.5.0"
61
sha1_smol = { version = "1.0.0", features = ["std"] }
62
vergen = { version = "7.4.2", features = ["build", "git"] }
63
-zip = { git = "https://github.com/zip-rs/zip" }
+zip = { version = "0.6.3", default_features = false, features = ["deflate"] }
64
65
[dev-dependencies]
66
maplit = "1.0.2"
0 commit comments