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"]