From 7d997748da14e1b5b64ea92b8fbeab123a1268c9 Mon Sep 17 00:00:00 2001 From: Dominic Cooney Date: Sat, 22 May 2021 17:53:48 +0900 Subject: Update toolchain to nightly-2021-05-18 The nightly-2021-03-12 toolchain doesn't have RLS on Windows. This breaks code completion in Visual Studio Code because the rust plugin picks up the project toolchain. RLS is available in all tier one platforms in nightly-2021-05-18 per: https://rust-lang.github.io/rustup-components-history/ Signed-off-by: Dominic Cooney --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-toolchain') diff --git a/rust-toolchain b/rust-toolchain index 02c828fea2f..b2eff28fe03 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2021-03-12 +nightly-2021-05-18 -- cgit v1.2.3