Skip to content

Commit d5e2c84

Browse files
committed
Change rustc specific version descriptions
1 parent 7661caa commit d5e2c84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
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 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`

README.md

Lines changed: 1 addition & 1 deletion
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 latest stable version (at least 1.38.0).
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)