summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-02-08 16:02:46 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-02-08 16:02:46 -0600
commitf69436beae86c4f37f686dcdd48af70ad693ac12 (patch)
treef00dd874cda908e11cafff38c7f555d5cb30e582
parentf8f520f9965d43a8e3564d034701ae606f32fc32 (diff)
downloadlibrsvg-f69436beae86c4f37f686dcdd48af70ad693ac12.tar.gz
CI: use Rust 1.67 as the stable version
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/792>
-rw-r--r--ci/container_builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 6969a9df..4e8c4900 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-02-08.0-main"
- RUST_STABLE: "1.64.0"
+ BASE_TAG: "2023-02-08.1-main"
+ RUST_STABLE: "1.67.0"
RUST_MINIMUM: "1.64.0"
.container.opensuse@common: