ci: Update to cargo-c 0.10.5

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7683>
This commit is contained in:
Sebastian Dröge 2024-10-18 13:10:43 +03:00 committed by GStreamer Marge Bot
parent 68bbfdc9a2
commit 22e5e57d44
2 changed files with 3 additions and 3 deletions

View file

@ -5,9 +5,9 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough # 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. # 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' INDENT_TAG: '2024-05-28.0'

View file

@ -19,7 +19,7 @@ chmod +x rustup-init;
rm rustup-init; rm rustup-init;
chmod -R a+w $RUSTUP_HOME $CARGO_HOME 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 rustup --version
cargo --version cargo --version