Skip to content

Commit 69de783

Browse files
committed
Lift beta to 1.79
1 parent 0829f31 commit 69de783

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
@@ -16,7 +16,7 @@ Note that klint currently is pinned to a Rust version so it is likely that runni
1616

1717
To run this tool, use rustup which will prepare the necessary environment variables:
1818
```
19-
rustup run beta klint
19+
rustup run 1.79.0 klint
2020
```
2121

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

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "beta"
2+
channel = "1.79.0"
33
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

0 commit comments

Comments
 (0)