summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-08-04 14:32:07 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-08-05 11:51:27 -0500
commit9694b218a61653f4eacbfc0eaa03b3b67c8c4804 (patch)
tree0f0be1f7ca74c8f61f8fca7367d623eb52edba28 /ci
parent9aff60380451c1713c695343bb39a41d3a62facb (diff)
downloadlibrsvg-9694b218a61653f4eacbfc0eaa03b3b67c8c4804.tar.gz
Bump RUST_STABLE to 1.60.0 to get -Cinstrument-coverage
This does not raise the MSRV, just the day-to-day one. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/724>
Diffstat (limited to 'ci')
-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 77c8bf78..8d37e861 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: "2022-08-02.0-c-api-coverage"
- RUST_STABLE: "1.58.1"
+ BASE_TAG: "2022-08-04.0-c-api-coverage"
+ RUST_STABLE: "1.60.0"
RUST_MINIMUM: "1.58.1"
.container.opensuse@common: