From 0d0ae32debff34c7a3adb267fe5ca069f0b330f9 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Thu, 18 Oct 2018 16:05:07 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.