From 4e844760a304d6254b8450915fc1edc82908ba57 Mon Sep 17 00:00:00 2001 From: Jerome de Tychey Date: Wed, 6 Jun 2018 11:13:52 +0200 Subject: [PATCH] Update README.md (#203) added the Rust version --- substrate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/README.md b/substrate/README.md index 1678dcc5a4..014a9b4cf6 100644 --- a/substrate/README.md +++ b/substrate/README.md @@ -5,7 +5,7 @@ Implementation of a https://polkadot.io node in Rust. ## To play If you'd like to play with Polkadot, you'll need to install a client like this -one. First, get Rust and the support software if you don't already have it: +one. First, get Rust (1.26.1 stable) and the support software if you don't already have it: ``` curl https://sh.rustup.rs -sSf | sh