From 9c30743561ea4f38b72be1ef13873788838468ed Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Mon, 9 Sep 2024 17:54:28 +0100 Subject: [PATCH] Lift beta to 1.81 --- README.md | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 078e409..3522993 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 beta klint +rustup run 1.81 klint ``` `klint` will behave like rustc, just with additional lints. diff --git a/rust-toolchain b/rust-toolchain index fe5f10c..519ad1b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -3,5 +3,5 @@ # SPDX-License-Identifier: MIT OR Apache-2.0 [toolchain] -channel = "beta" +channel = "1.81.0" components = ["llvm-tools-preview", "rustc-dev", "rust-src"]