From a4376e1c729c1eddb95ed8f8db159b97ff7affb3 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 21 Jan 2019 14:38:52 +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 16a8887..34d41b8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ There is a list of all tools and dependencies required for this tutorial. [rustup](https://github.com/rust-lang-nursery/rustup.rs#installation) is the easiest way to install Rust toolchains. Rust nightly toolchain is required since our contracts require some unstable features: ```bash -rustup install nightly-2018-07-24 +rustup install nightly-2018-11-12 ``` Also, we need to install `wasm32-unknown-unknown` to compile contracts to Wasm: