diff options
author | Dominic Cooney <dominic.cooney@gmail.com> | 2021-05-22 17:53:48 +0900 |
---|---|---|
committer | Dominic Cooney <dominic.cooney@gmail.com> | 2021-05-22 19:47:31 +0900 |
commit | 7d997748da14e1b5b64ea92b8fbeab123a1268c9 (patch) | |
tree | 4821a7ef1643a4667365e0330d9aad512c66931a /rust-toolchain | |
parent | a6ab7c77e51cb059fbe38a53d863546d8fdb9c61 (diff) | |
download | servo-7d997748da14e1b5b64ea92b8fbeab123a1268c9.tar.gz servo-7d997748da14e1b5b64ea92b8fbeab123a1268c9.zip |
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 <dominic.cooney@gmail.com>
Diffstat (limited to 'rust-toolchain')
-rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
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 |