File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The contents of the Development Guide include:
1919
2020RustPython requires the following:
2121
22- - Rust latest stable version (at least 1.38.0)
22+ - Rust latest stable version (e.g 1.38.0 at Oct 1st 2019 )
2323 - To check Rust version: ` rustc --version `
2424 - If you have ` rustup ` on your system, enter to update to the latest
2525 stable version: ` rustup update stable `
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream:
1616
1717#### Check out our [ online demo] ( https://rustpython.github.io/demo/ ) running on WebAssembly.
1818
19- RustPython requires Rust latest stable version (at least 1.38.0).
19+ RustPython requires Rust latest stable version (e.g 1.38.0 at Oct 1st 2019 ).
2020To check Rust version: ` rustc --version ` If you wish to update,
2121` rustup update stable ` .
2222
You can’t perform that action at this time.
0 commit comments