Update README.md

This commit is contained in:
Nikolay Volf
2018-10-18 16:05:07 +03:00
committed by GitHub
parent 2a25dd4255
commit 0d0ae32deb

View File

@@ -54,7 +54,7 @@ in a `no_std` context, add the following to your `Cargo.toml`:
```toml
[dependencies]
parity-wasm = { version = "0.31", default-features = false }
parity-wasm = { version = "0.35", default-features = false }
```
Until allocator api is stabilized, this type of use is limited to nightly Rust.