Skip to content

Commit 4905c3e

Browse files
authored
Set zip version with only deflate feature enabled (#175)
1 parent f63c12f commit 4905c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cargo_toml = "0.12.4"
6060
ureq = "2.5.0"
6161
sha1_smol = { version = "1.0.0", features = ["std"] }
6262
vergen = { version = "7.4.2", features = ["build", "git"] }
63-
zip = { git = "https://github.com/zip-rs/zip" }
63+
zip = { version = "0.6.3", default_features = false, features = ["deflate"] }
6464

6565
[dev-dependencies]
6666
maplit = "1.0.2"

0 commit comments

Comments
 (0)