Merge pull request #1519 from ChJR/feature/change_rustc_version_in_markdown

Change rustc version in markdown
This commit is contained in:
Jeong YunWon
2019-10-14 15:59:55 +09:00
committed by GitHub
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 1.36 or higher
- 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 1.36 or higher.
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`.