From 0829f31ff7a4bc4629d87688f78814125de4db08 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Mon, 13 May 2024 11:00:56 +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 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"]