Skip to content

Commit

Permalink
Merge pull request #96 from musicinmybrain/zstd-0.13
Browse files Browse the repository at this point in the history
Bump zstd from 0.11 to 0.13
  • Loading branch information
jpeddicord authored Oct 21, 2024
2 parents 43ab90b + 46f1a1a commit bd5cb78
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 @@ -35,7 +35,7 @@ serde_json = { version = "1.0.39", optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rayon = "1.2"
zstd = "0.11"
zstd = "0.13"
flate2 = { version = "1.0.14", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit bd5cb78

Please sign in to comment.