Skip to content

Commit

Permalink
Lift nightly to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Sep 9, 2024
1 parent 001b4f6 commit c9ab673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 nightly klint
rustup run beta klint
```

`klint` will behave like rustc, just with additional lints.
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# SPDX-License-Identifier: MIT OR Apache-2.0

[toolchain]
channel = "nightly"
channel = "beta"
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

0 comments on commit c9ab673

Please sign in to comment.