summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-17 01:37:16 +0100
committerBert Belder <bertbelder@gmail.com>2019-01-17 01:37:16 +0100
commitc3f4b0e671cfc604ebd66f6a320eb9cdc6f4904d (patch)
treef587ccfd7e078f8917e1f1c29e5e3a04c8e3dd53
parent00b655add1c83a3924f1e86b51689aa1ed8e5d05 (diff)
doc: change minimum rust version to 1.31.1
-rw-r--r--Docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs.md b/Docs.md
index 15a59ad43..9f3e9dcd7 100644
--- a/Docs.md
+++ b/Docs.md
@@ -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).