From 74b3be9efaa9d432a1b2b81beb430903b9e09f44 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1678dcc5a4687..014a9b4cf6993 100644 --- a/README.md +++ b/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