From 15aa0478b994e7411f6fbcc867a603a72abe5e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 4 Apr 2023 10:02:42 +0300 Subject: [PATCH] ci: fedora: Update cargo-c to 0.9.17 Part-of: --- .gitlab-image-tags.yml | 2 +- ci/docker/fedora/prepare.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index defbd8d204..1b83f558b0 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,7 +5,7 @@ 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: '2023-04-03.0' + FEDORA_TAG: '2023-04-05.0' INDENT_TAG: '2023-03-16.1' LINT_TAG: '2023-02-16.5' WINDOWS_TAG: '2023-04-03.0' diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh index 0419173730..9c3bed1fa1 100644 --- a/ci/docker/fedora/prepare.sh +++ b/ci/docker/fedora/prepare.sh @@ -240,7 +240,7 @@ chmod +x rustup-init; rm rustup-init; chmod -R a+w $RUSTUP_HOME $CARGO_HOME -cargo install cargo-c --version 0.9.12+cargo-0.64 +cargo install cargo-c --version 0.9.17+cargo-0.69 rustup --version cargo --version rustc --version