@dashevo/wasm-dpp 1.5.0 → 1.6.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "wasm-dpp"
3
- version = "1.5.0"
3
+ version = "1.6.0-dev.1"
4
4
  edition = "2021"
5
5
  rust-version.workspace = true
6
6
  authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
package/README.md CHANGED
@@ -39,7 +39,7 @@ Library consumers must ignore class names minification for `@dashevo/wasm-dpp` l
39
39
 
40
40
  - Install [Rust](https://www.rust-lang.org/tools/install) v1.73+
41
41
  - Add wasm32 target: `$ rustup target add wasm32-unknown-unknown`
42
- - Install wasm-bingen-cli: `cargo install wasm-bindgen-cli@0.2.85`
42
+ - Install wasm-bingen-cli: `cargo install wasm-bindgen-cli@0.2.86`
43
43
  - *double-check that wasm-bindgen-cli version above matches wasm-bindgen version in Cargo.lock file*
44
44
  - *Depending on system, additional packages may need to be installed as a prerequisite for wasm-bindgen-cli. If anything is missing, installation will error and prompt what packages are missing (i.e. clang, llvm, libssl-dev)*
45
45