File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The contents of the Development Guide include:
19
19
20
20
RustPython requires the following:
21
21
22
- - Rust 1.36 or higher
22
+ - Rust latest stable version (e.g 1.38.0 at Oct 1st 2019)
23
23
- To check Rust version: ` rustc --version `
24
24
- If you have ` rustup ` on your system, enter to update to the latest
25
25
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:
16
16
17
17
#### Check out our [ online demo] ( https://rustpython.github.io/demo/ ) running on WebAssembly.
18
18
19
- RustPython requires Rust 1.36 or higher .
19
+ RustPython requires Rust latest stable version (e.g 1.38.0 at Oct 1st 2019) .
20
20
To check Rust version: ` rustc --version ` If you wish to update,
21
21
` rustup update stable ` .
22
22
You can’t perform that action at this time.
0 commit comments