diff --git a/README.md b/README.md index 2df4748..d59bdf5 100644 --- a/README.md +++ b/README.md @@ -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.