From cc4ddead58ef7c63cd5675a5ea27f8938a9baa67 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 28 Mar 2023 12:09:35 -0600 Subject: CI: Update the Rust stable version to 1.68.2 Part-of: --- ci/container_builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/container_builds.yml b/ci/container_builds.yml index 1bd558d1..a9a687b6 100644 --- a/ci/container_builds.yml +++ b/ci/container_builds.yml @@ -6,8 +6,8 @@ include: variables: # When branching change the suffix to avoid conflicts with images # from the main branch - BASE_TAG: "2023-03-21.0-main" - RUST_STABLE: "1.67.0" + BASE_TAG: "2023-03-28.0-main" + RUST_STABLE: "1.68.2" RUST_MINIMUM: "1.64.0" .container.opensuse@common: -- cgit v1.2.1