From beaaff5c6b24a81d88859b85e4eefbe507413285 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Sat, 9 Mar 2024 02:37:42 +0000 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 184736f..61e4414 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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 d071d29..81fae0c 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly" +channel = "beta" components = ["llvm-tools-preview", "rustc-dev", "rust-src"]