Change rustc specific version descriptions

This commit is contained in:
ChJR
2019-10-13 23:15:03 +09:00
parent 7661caa800
commit d5e2c841ab
2 changed files with 2 additions and 2 deletions

View File

@@ -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`

View File

@@ -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`.