Skip to content

Commit b137f6f

Browse files
committed
Disable default features of zip
1 parent baf4d91 commit b137f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rfc2047-decoder = "0.1.2"
2020
serde = { version = "1.0.126", features = ["derive"], optional = true }
2121
tar = "0.4.35"
2222
xz = { version = "0.1.0", optional = true }
23-
zip = "0.6.0"
23+
zip = { version = "0.6.0", default-features = false, features = ["bzip2", "deflate", "time"] }
2424

2525
[features]
2626
deprecated-formats = ["bzip2", "xz"]

0 commit comments

Comments
 (0)