diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a3c7386a4f..76fdd354fb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -25,9 +25,7 @@ thiserror = "1.0" lz4_flex = { version = "0.11.1", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] -zstd = { version = "0.11", default-features = false, features = [ - "wasm", -], optional = true } +zstd = { version = "0.11", features = ["wasm"], optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] zstd = { version = "0.11", features = ["zstdmt"], optional = true }