From 305d94053618ea39440d31935abd242f7c04cebc Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Tue, 30 Jul 2024 10:37:09 +0000 Subject: [PATCH] Generated commit to update templated files based on rev b04cbc1 in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: Techassi with message [Update Rust toolchain to 1.80.0, part of https://github.com/stackabletech/operator-templating/issues/415] --- .github/workflows/build.yml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c779094..41473c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ env: CARGO_TERM_COLOR: always CARGO_INCREMENTAL: '0' CARGO_PROFILE_DEV_DEBUG: '0' - RUST_TOOLCHAIN_VERSION: "1.79.0" + RUST_TOOLCHAIN_VERSION: "1.80.0" RUSTFLAGS: "-D warnings" RUSTDOCFLAGS: "-D warnings" RUST_LOG: "info" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index eb02456..c0731f2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ # DO NOT EDIT, this file is generated by operator-templating [toolchain] -channel = "1.79.0" +channel = "1.80.0"