Skip to content

Commit

Permalink
Update zstd version for wasm support (jorgecarleitao#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored and dantengsky committed Apr 1, 2022
1 parent 198637b commit e3b82c3
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 e3b82c3

Please sign in to comment.