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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ in a `no_std` context, add the following to your `Cargo.toml`:
```toml ```toml
[dependencies] [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. Until allocator api is stabilized, this type of use is limited to nightly Rust.