Skip to content

Commit

Permalink
Upgrade ztd v0.9 -> v0.10 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
repi authored Jan 30, 2022
1 parent f68f5c6 commit 0770a06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased
* Fix compilation for `wasm32-unknown-unknown`.

* Upgrade `ztd` v0.9 -> v0.10

## 0.12.1 - 2021-11-16
* Make `parking_lot` an optional dependency.
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.

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
zstd = { version = "0.9", optional = true } # native only
zstd = { version = "0.10.0", 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 0770a06

Please sign in to comment.