about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-14 21:25:05 +0000
committerGitHub <noreply@github.com>2020-02-14 21:25:05 +0000
commit9ba801befd70892bf40429512e890389171aa59f (patch)
tree526ae9e1f0ac78f82709d0a46c4586f6151d7702
parent3615975001f09cb322dcbfc2e7d143fa6e9353f6 (diff)
parentc9d83bcacc741b81e5ab68f8f47f49c4135b65f5 (diff)
downloadrust-9ba801befd70892bf40429512e890389171aa59f.tar.gz
rust-9ba801befd70892bf40429512e890389171aa59f.zip
Merge #3151
3151: xtask: bump nodejs requirement r=matklad a=Veetaha



Co-authored-by: Veetaha <gerzoh1@gmail.com>
-rw-r--r--xtask/src/install.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/install.rs b/xtask/src/install.rs
index 540a66130bd..00bbabce431 100644
--- a/xtask/src/install.rs
+++ b/xtask/src/install.rs
@@ -127,7 +127,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
     if !installed_extensions.contains("rust-analyzer") {
         bail!(
             "Could not install the Visual Studio Code extension. \
-             Please make sure you have at least NodeJS 10.x together with the latest version of VS Code installed and try again."
+             Please make sure you have at least NodeJS 12.x together with the latest version of VS Code installed and try again."
         );
     }