ci: Update to cargo-c 0.10.5

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1562>
This commit is contained in:
Sebastian Dröge 2024-10-18 13:53:23 +03:00 committed by GStreamer Marge Bot
parent c111edc46f
commit 682e1ade07
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
variables:
GST_RS_IMG_TAG: "2024-10-17.0"
GST_RS_IMG_WINDOWS_TAG: "2024-10-17.0"
GST_RS_IMG_TAG: "2024-10-18.0"
GST_RS_IMG_WINDOWS_TAG: "2024-10-18.0"
GST_RS_STABLE: "1.82.0"
GST_RS_MSRV: "1.71.1"
# The branch we use to build GStreamer from in the docker images

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.3+cargo-0.81
cargo install --locked cargo-c --version 0.10.5+cargo-0.83
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.3+cargo-0.81
cargo install --locked cargo-c --version 0.10.5+cargo-0.83
}
if (!$?) {