1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

doc: change minimum rust version to 1.31.1

This commit is contained in:
Bert Belder 2019-01-17 01:37:16 +01:00
parent 00b655add1
commit c3f4b0e671
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -313,7 +313,7 @@ Current executable set to '../deno/target/debug/deno' (x86_64).
To ensure reproducible builds, deno has most of its dependencies in a git
submodule. However, you need to install separately:
1. [Rust](https://www.rust-lang.org/en-US/install.html) >= 1.30.0
1. [Rust](https://www.rust-lang.org/en-US/install.html) >= 1.31.1
2. [Node](https://nodejs.org/)
3. Python 2.
[Not 3](https://github.com/denoland/deno/issues/464#issuecomment-411795578).