Skip to content

Commit a0e2ce1

Browse files
committed
Remove unused zip compression algos
1 parent 8ed4d66 commit a0e2ce1

File tree

2 files changed

+1
-191
lines changed

2 files changed

+1
-191
lines changed

Cargo.lock

Lines changed: 0 additions & 190 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fastrand = { workspace = true }
146146
ratatui = { workspace = true, features = ["termion"] }
147147
# Terry statements
148148
serde_yaml = { workspace = true }
149-
zip = "5.1.1"
149+
zip = { version = "5.1.1", default-features = false }
150150

151151
[dev-dependencies]
152152
approx = { workspace = true }

0 commit comments

Comments
 (0)