summary refs log tree commit diff
diff options
context:
space:
mode:
authorChirantan Ekbote <chirantan@chromium.org>2019-10-16 07:42:56 +0900
committerCommit Bot <commit-bot@chromium.org>2019-10-16 22:12:41 +0000
commita7b75c8a219eb98e49d995ea58e33e1832533e1b (patch)
tree6acef43595b92f474e58d8fdb0c500f071e55a01
parent99e6a6fb1fc5c46fd19737ed3ce04ce042f29fc5 (diff)
downloadcrosvm-a7b75c8a219eb98e49d995ea58e33e1832533e1b.tar
crosvm-a7b75c8a219eb98e49d995ea58e33e1832533e1b.tar.gz
crosvm-a7b75c8a219eb98e49d995ea58e33e1832533e1b.tar.bz2
crosvm-a7b75c8a219eb98e49d995ea58e33e1832533e1b.tar.lz
crosvm-a7b75c8a219eb98e49d995ea58e33e1832533e1b.tar.xz
crosvm-a7b75c8a219eb98e49d995ea58e33e1832533e1b.tar.zst
crosvm-a7b75c8a219eb98e49d995ea58e33e1832533e1b.zip
rust-toolchain: Change to stable
We end up using newer features of the language pretty much as soon as
they hit stable so have a toolchain version that's older than the latest
stable will quickly break.

Also, cargo doesn't install any extra components for this named
toolchain (rls, rust-analysis) and it's not immediately obvious why
things stopped working.

Instead, change the toolchain file to say stable to avoid these issues.

BUG=none
TEST=none

Change-Id: I9c02b64a1bb0175a2c7fd70702328e4082819b91
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1863894
Tested-by: Chirantan Ekbote <chirantan@chromium.org>
Auto-Submit: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Chirantan Ekbote <chirantan@chromium.org>
-rw-r--r--rust-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain
index 39fc130..2bf5ad0 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1 @@
-1.36.0
+stable