From 69de7834334a78c421aeb0dcb665a1592cf5d359 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Wed, 19 Jun 2024 11:18:01 +0100 Subject: [PATCH] Lift beta to 1.79 --- README.md | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61e4414..f1db860 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 beta klint +rustup run 1.79.0 klint ``` `klint` will behave like rustc, just with additional lints. diff --git a/rust-toolchain b/rust-toolchain index 81fae0c..5163465 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "beta" +channel = "1.79.0" components = ["llvm-tools-preview", "rustc-dev", "rust-src"]