mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Merge pull request #1519 from ChJR/feature/change_rustc_version_in_markdown
Change rustc version in markdown
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user