ci: fedora: Update cargo-c to 0.9.17

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4331>
This commit is contained in:
Sebastian Dröge 2023-04-04 10:02:42 +03:00 committed by GStreamer Marge Bot
parent 84dea99132
commit 15aa0478b9
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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