From 2aae4bd710e890d5b6cd5d42a9009b539215be5d Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:03:41 +0200 Subject: [PATCH] Generated commit to update templated files based on rev b04cbc1 in stackabletech/operator-templating repo. (#740) 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 c779094d..41473c67 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 eb024560..c0731f2e 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"