diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-01-17 01:37:16 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-01-17 01:37:16 +0100 |
commit | c3f4b0e671cfc604ebd66f6a320eb9cdc6f4904d (patch) | |
tree | f587ccfd7e078f8917e1f1c29e5e3a04c8e3dd53 | |
parent | 00b655add1c83a3924f1e86b51689aa1ed8e5d05 (diff) |
doc: change minimum rust version to 1.31.1
-rw-r--r-- | Docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |