From b4d202e6016c6eaaff10372c4b052a3160188dc8 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 7 Nov 2018 07:06:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index daaaebe..ba8ac79 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ Parity WASM contracts standard library for Rust [Documentation](https://paritytech.github.io/pwasm-std/pwasm_std/) -[Parity Wasm Tutorial](https://github.com/paritytech/pwasm-tutorial) - a full fledged tutorial on how to write contracts in Webassembly for Kovan and other Wasm-enabled networks. - `pwasm-std` is a limited subset of the Rust standard library, along with a custom allocator which delegates the allocation to the runtime-defined externs. ## Use @@ -15,7 +13,7 @@ Parity WASM contracts standard library for Rust Just add a dependency ```toml [dependencies] -pwasm-std = "0.10" +pwasm-std = "0.11" ``` Test `pwasm-std` with