Skip to content

Commit

Permalink
Update zstd to 0.11 (#76)
Browse files Browse the repository at this point in the history
* Update zstd to 0.11

* Update CHANGELOG
  • Loading branch information
Jake-Shadle authored May 3, 2022
1 parent 4616fee commit 72100e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
* [PR#76](https://github.com/EmbarkStudios/puffin/pull/76) updated `zstd` to `0.11.1`

## [0.13.0] - 2022-02-07
### Fixed
* Fix compilation for `wasm32-unknown-unknown`.
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion puffin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parking_lot = { version = "0.12", optional = true }
serde = { version = "1.0", features = ["derive", "rc"], optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
zstd = { version = "0.10.0", optional = true } # native only
zstd = { version = "0.11.1", optional = true } # native only

[target.'cfg(target_arch = "wasm32")'.dependencies]
ruzstd = { version = "0.2.4", optional = true } # works on wasm
Expand Down

0 comments on commit 72100e2

Please sign in to comment.