Skip to content

Commit

Permalink
Upgrade zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Jul 29, 2021
1 parent 20a1fb9 commit 9c490d5
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.6", optional = true }
zstd = { version = "^0.9", optional = true }

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

0 comments on commit 9c490d5

Please sign in to comment.