From c08c89d5786350d9e3fa830e0ec0b5de2845f385 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Tue, 25 Jun 2024 14:18:51 +0100 Subject: [PATCH] Lift nightly to beta --- README.md | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f65be7..078e409 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Note that klint currently is pinned to a Rust version so it is likely that runni To run this tool, use rustup which will prepare the necessary environment variables: ``` -rustup run nightly klint +rustup run beta klint ``` `klint` will behave like rustc, just with additional lints. diff --git a/rust-toolchain b/rust-toolchain index c8ca9cd..fe5f10c 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -3,5 +3,5 @@ # SPDX-License-Identifier: MIT OR Apache-2.0 [toolchain] -channel = "nightly" +channel = "beta" components = ["llvm-tools-preview", "rustc-dev", "rust-src"]