ci: Update to cargo-c 0.9.30

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6106>
This commit is contained in:
Sebastian Dröge 2024-02-13 11:19:27 +02:00 committed by GStreamer Marge Bot
parent b2098849dc
commit d49a2ae00f
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: '2024-02-08.0'
FEDORA_TAG: '2024-02-13.0'
INDENT_TAG: '2023-08-24.3'

View file

@ -19,7 +19,7 @@ chmod +x rustup-init;
rm rustup-init;
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
cargo install cargo-c --version 0.9.28+cargo-0.75.0
cargo install cargo-c --version 0.9.30+cargo-0.77.0
rustup --version
cargo --version