Skip to content

Commit

Permalink
apply version updates (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: thibault-martinez <thibault-martinez@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and thibault-martinez authored Sep 6, 2022
1 parent 43196de commit adad827
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-wasm-build-cpufeatures.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.14.2]

- Remove `cpufeatures` dependency from `wasm` builds.
- [43196de](https://www.github.com/iotaledger/crypto.rs/commit/43196de5cdf320b000963165c0da252ee738f190) Fix wasm compilation ([#160](https://www.github.com/iotaledger/crypto.rs/pull/160)) on 2022-09-06

## \[0.14.1]

- Forces the use of `cpufeatures@0.2.5` since all previous `0.2` versions have been yanked.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-crypto"
version = "0.14.1"
version = "0.14.2"
license = "Apache-2.0"
authors = [
"Gustav Behm <gustav.behm@iota.org>",
Expand Down Expand Up @@ -98,7 +98,7 @@ curve25519-dalek = { version = "3.2", optional = true, default-features = false,
x25519-dalek = { version = "1.2", optional = true, default-features = false, features = [ "u64_backend" ] }
zeroize = { version = "1.3", optional = true, default-features = false, features = [ "zeroize_derive" ] }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
[target."cfg(not(target_family = \"wasm\"))".dependencies]
cpufeatures = { version = "0.2.5", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit adad827

Please sign in to comment.