Skip to content

Commit

Permalink
Update zstd version for wasm support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Mar 10, 2022
1 parent 198637b commit c496b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ snap = { version = "^1.0", optional = true }
brotli = { version = "^3.3", optional = true }
flate2 = { version = "^1.0", optional = true }
lz4 = { version = "^1.23", optional = true }
zstd = { version = "^0.10", optional = true }
zstd = { version = "^0.11", optional = true, default-features = false }

[features]
default = ["snappy", "gzip", "lz4", "zstd", "brotli", "stream"]
Expand Down

0 comments on commit c496b7f

Please sign in to comment.