Skip to content

Commit b7ac1a6

Browse files
committed
Lift beta to 1.86
1 parent 2c07d3b commit b7ac1a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note that klint currently is pinned to a Rust version so it is likely that runni
2222

2323
To run this tool, use rustup which will prepare the necessary environment variables:
2424
```
25-
rustup run beta klint
25+
rustup run 1.86 klint
2626
```
2727

2828
`klint` will behave like rustc, just with additional lints.

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# SPDX-License-Identifier: MIT OR Apache-2.0
44

55
[toolchain]
6-
channel = "beta"
6+
channel = "1.86"
77
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

0 commit comments

Comments
 (0)