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 Nov 17, 2023
1 parent 54c30b6 commit 81109c9
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 @@ -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 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
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
channel = "beta"
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

0 comments on commit 81109c9

Please sign in to comment.