summaryrefslogtreecommitdiff
path: root/Docs.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-30 15:34:52 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-30 15:07:13 -0800
commit38463848885bee38c2d509bbcd2ed453702d9f9f (patch)
tree54275c1de0e3ad6c3af12649836ab1761679ecb8 /Docs.md
parentdaa84646e13abc05c132df04875f32df242c2b05 (diff)
Upgrade Rust crates
Diffstat (limited to 'Docs.md')
-rw-r--r--Docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs.md b/Docs.md
index ee359e1c2..15b7feb6b 100644
--- a/Docs.md
+++ b/Docs.md
@@ -254,7 +254,7 @@ isolate-0x7fad98242400-v8.log
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. [Rust](https://www.rust-lang.org/en-US/install.html) >= 1.30.0
2. [Node](https://nodejs.org/)
3. Python 2.
[Not 3](https://github.com/denoland/deno/issues/464#issuecomment-411795578).