Merge pull request #1941 from jamestwebber/patch-1

update rust version in readme
This commit is contained in:
Noah
2020-05-24 21:06:04 -05:00
committed by GitHub

View File

@@ -20,7 +20,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 (e.g 1.38.0 at Oct 1st 2019).
RustPython requires Rust latest stable version (e.g 1.43.0 at May 24th 2020).
To check Rust version: `rustc --version` If you wish to update,
`rustup update stable`.