From 22e5e57d44a727403fe405906f8d902e30b6140e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 18 Oct 2024 13:10:43 +0300 Subject: [PATCH] ci: Update to cargo-c 0.10.5 Part-of: --- .gitlab-image-tags.yml | 4 ++-- ci/scripts/install-rust.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index f8283719b6..d74fb26c3f 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,9 +5,9 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2024-10-17.0' + FEDORA_TAG: '2024-10-18.0' - DEBIAN_TAG: '2024-10-17.0' + DEBIAN_TAG: '2024-10-18.0' INDENT_TAG: '2024-05-28.0' diff --git a/ci/scripts/install-rust.sh b/ci/scripts/install-rust.sh index c5a0bbd641..a0fd0884be 100644 --- a/ci/scripts/install-rust.sh +++ b/ci/scripts/install-rust.sh @@ -19,7 +19,7 @@ chmod +x rustup-init; rm rustup-init; chmod -R a+w $RUSTUP_HOME $CARGO_HOME -cargo install --locked cargo-c --version 0.10.4+cargo-0.82.0 +cargo install --locked cargo-c --version 0.10.5+cargo-0.83.0 rustup --version cargo --version