Skip to content

Commit 584dd53

Browse files
klensydjc
authored andcommitted
chore(deps): disable default features for zstd
Zstd not really currently used(as i understand), so no need to support legacy/dict features. Slightly reduces binary size.
1 parent cb6718f commit 584dd53

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
@@ -99,7 +99,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
9999
url = "2.4"
100100
wait-timeout = "0.2"
101101
xz2 = "0.1.3"
102-
zstd = "0.13"
102+
zstd = { version = "0.13", default-features = false }
103103

104104
# test only (depends on `test` feature)
105105
snapbox = { version = "0.6.21", optional = true }

0 commit comments

Comments
 (0)