ci: Update to cargo-c 0.10.11

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1656>
This commit is contained in:
Sebastian Dröge 2025-02-23 10:05:44 +02:00 committed by GStreamer Marge Bot
parent d2a59304b4
commit e972519a95
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
variables:
GST_RS_IMG_TAG: "2025-02-21.0"
GST_RS_IMG_WINDOWS_TAG: "2025-02-21.0"
GST_RS_IMG_TAG: "2025-02-23.0"
GST_RS_IMG_WINDOWS_TAG: "2025-02-23.0"
GST_RS_STABLE: "1.85.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.9+cargo-0.85
cargo install --locked cargo-c --version 0.10.11+cargo-0.86
fi
if [ "$RUST_VERSION" = "nightly" ]; then

View file

@ -9,7 +9,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.9+cargo-0.85
cargo install --locked cargo-c --version 0.10.11+cargo-0.86
}
if (!$?) {