From 4917a4bb6cf707682766c24f571fdc8b1a11ebfa Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Thu, 16 Dec 2021 08:37:50 +0100 Subject: [PATCH] Fix racer gitpod preload https://github.com/racer-rust/racer/issues/1173 --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 47718dc6..a9acb95c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,7 +2,7 @@ tasks: - name: Preload before: | cargo install irust - rustup toolchain add nightly + rustup toolchain add nightly-2021-06-07 cargo +nightly install racer cargo install cargo-edit cargo-asm - name: IRust