Skip to content

Commit 08db19a

Browse files
authored
Merge pull request #1519 from ChJR/feature/change_rustc_version_in_markdown
Change rustc version in markdown
2 parents d42d422 + d5e2c84 commit 08db19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The contents of the Development Guide include:
1919

2020
RustPython requires the following:
2121

22-
- Rust 1.36 or higher
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`

README.md

+1-1
Original file line numberDiff line numberDiff 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 1.36 or higher.
19+
RustPython requires Rust latest stable version (e.g 1.38.0 at Oct 1st 2019).
2020
To check Rust version: `rustc --version` If you wish to update,
2121
`rustup update stable`.
2222

0 commit comments

Comments
 (0)