From aadc31438b1a4c384a6a4792c80bb59121f4f15f Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Thu, 15 Nov 2018 11:53:40 +0100 Subject: [PATCH 1/2] docs(require rust 1.30) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d72e5bc3edc..f70d31b17f2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Parity Ethereum's current beta-release is 2.1. You can download it at [the relea ## Build Dependencies -Parity Ethereum requires **Rust version 1.29.x** to build. +Parity Ethereum requires **Rust version 1.30.x** to build. We recommend installing Rust through [rustup](https://www.rustup.rs/). If you don't already have `rustup`, you can install it like this: From 005091b7978d2cde627a1a79cdfb0cbe687ea84a Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Thu, 15 Nov 2018 12:10:16 +0100 Subject: [PATCH 2/2] Update README.md Co-Authored-By: niklasad1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f70d31b17f2..c85d3355d9e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Parity Ethereum's current beta-release is 2.1. You can download it at [the relea ## Build Dependencies -Parity Ethereum requires **Rust version 1.30.x** to build. +Parity Ethereum requires **latest stable Rust version** to build. We recommend installing Rust through [rustup](https://www.rustup.rs/). If you don't already have `rustup`, you can install it like this: