Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down