We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297b7da commit 17fe873Copy full SHA for 17fe873
.github/workflows/build.yml
@@ -25,7 +25,7 @@ env:
25
CARGO_TERM_COLOR: always
26
CARGO_INCREMENTAL: '0'
27
CARGO_PROFILE_DEV_DEBUG: '0'
28
- RUST_TOOLCHAIN_VERSION: "1.79.0"
+ RUST_TOOLCHAIN_VERSION: "1.80.0"
29
RUSTFLAGS: "-D warnings"
30
RUSTDOCFLAGS: "-D warnings"
31
RUST_LOG: "info"
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
# DO NOT EDIT, this file is generated by operator-templating
2
[toolchain]
3
-channel = "1.79.0"
+channel = "1.80.0"
0 commit comments