From c9d83bcacc741b81e5ab68f8f47f49c4135b65f5 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Fri, 14 Feb 2020 23:20:49 +0200 Subject: xtask: bump nodejs requirement while we can! --- xtask/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src/install.rs') diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 540a66130..00bbabce4 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." ); } -- cgit v1.2.3