Skip to content

Commit 086f8e5

Browse files
committed
Drop dependency on liblzma.
1 parent 39ac122 commit 086f8e5

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
@@ -38,7 +38,7 @@ time = "=0.3.39"
3838
tl = "0"
3939
toml = "0"
4040
walkdir = "2"
41-
zip = "2.2.2"
41+
zip = { version = "3", default-features = false, features = ["deflate"] }
4242

4343
[dev-dependencies]
4444
async-tungstenite = { version = "0.29.1", features = ["async-std-runtime"] }

0 commit comments

Comments
 (0)