From 868411ca3bb338fde4c3f90d7d27169fa1f2703c Mon Sep 17 00:00:00 2001 From: ChJR Date: Sun, 13 Oct 2019 17:43:48 +0900 Subject: [PATCH 1/3] Change README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ffa2adb0..d7a3546d1f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream: #### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly. -RustPython requires Rust 1.36 or higher. +RustPython requires Rust latest stable version (at least 1.38.0). To check Rust version: `rustc --version` If you wish to update, `rustup update stable`. From 7661caa800785031987d3c1e23c90f8f95d68f65 Mon Sep 17 00:00:00 2001 From: ChJR Date: Sun, 13 Oct 2019 17:43:58 +0900 Subject: [PATCH 2/3] Change DEVELOPMENT --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7ddf53fc6e..9d42b73926 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -19,7 +19,7 @@ The contents of the Development Guide include: RustPython requires the following: -- Rust 1.36 or higher +- Rust latest stable version (at least 1.38.0) - To check Rust version: `rustc --version` - If you have `rustup` on your system, enter to update to the latest stable version: `rustup update stable` From d5e2c841ab9515ef5ed0d9eaa06db52a5ce186f1 Mon Sep 17 00:00:00 2001 From: ChJR Date: Sun, 13 Oct 2019 23:15:03 +0900 Subject: [PATCH 3/3] Change rustc specific version descriptions --- DEVELOPMENT.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 9d42b73926..2fdcde73e3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -19,7 +19,7 @@ The contents of the Development Guide include: RustPython requires the following: -- Rust latest stable version (at least 1.38.0) +- Rust latest stable version (e.g 1.38.0 at Oct 1st 2019) - To check Rust version: `rustc --version` - If you have `rustup` on your system, enter to update to the latest stable version: `rustup update stable` diff --git a/README.md b/README.md index d7a3546d1f..9553d089e8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream: #### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly. -RustPython requires Rust latest stable version (at least 1.38.0). +RustPython requires Rust latest stable version (e.g 1.38.0 at Oct 1st 2019). To check Rust version: `rustc --version` If you wish to update, `rustup update stable`.