Skip to content

Commit e9c6633

Browse files
committed
Lift nightly to beta
1 parent 28e5195 commit e9c6633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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 nightly klint
25+
rustup run beta klint
2626
```
2727

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

rust-toolchain

+1-1
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 = "nightly"
6+
channel = "beta"
77
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

0 commit comments

Comments
 (0)