ci: Update to cargo-c 0.10.7

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1604>
This commit is contained in:
Sebastian Dröge 2024-11-29 09:48:11 +02:00
parent 7f00420b1c
commit 477f028873
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ fi
if [ "$RUST_VERSION" = "1.71.1" ]; then
cargo install --locked cargo-c --version 0.9.26+cargo-0.74
else
cargo install --locked cargo-c --version 0.10.5+cargo-0.83
cargo install --locked cargo-c --version 0.10.7+cargo-0.84
fi
if [ "$RUST_VERSION" = "nightly" ]; then

View file

@ -7,7 +7,7 @@ cargo --version
if ("$env:RUST_VERSION" -eq "1.71.1") {
cargo install --locked cargo-c --version 0.9.26+cargo-0.74
} else {
cargo install --locked cargo-c --version 0.10.5+cargo-0.83
cargo install --locked cargo-c --version 0.10.7+cargo-0.84
}
if (!$?) {