Switch to stable rust toolchain

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-01-19 16:30:42 +01:00
parent 7f9f763530
commit df560bb45a
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -9,7 +9,7 @@
# DESCRIPTION: # DESCRIPTION:
# Install a Rust toolchain and components using Rustup # Install a Rust toolchain and components using Rustup
CONFIG_RUST_CHANNEL="beta" CONFIG_RUST_CHANNEL="stable"
CONFIG_RUST_COMPONENTS=( CONFIG_RUST_COMPONENTS=(
"clippy" "clippy"
"rls" "rls"