ci: Update to cargo-c 0.10.12

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1700>
This commit is contained in:
Sebastian Dröge 2025-04-05 19:42:31 +03:00
parent 161f2bca0a
commit f65d6f9c07
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
variables:
GST_RS_IMG_TAG: "2025-04-03.0"
GST_RS_IMG_WINDOWS_TAG: "2025-03-02.0"
GST_RS_IMG_TAG: "2025-04-05.0"
GST_RS_IMG_WINDOWS_TAG: "2025-04-05.0"
GST_RS_STABLE: "1.86.0"
GST_RS_MSRV: "1.80.1"
# The branch we use to build GStreamer from in the docker images

View file

@ -44,7 +44,7 @@ fi
if [ "$RUST_VERSION" = "1.80.1" ]; then
cargo install --locked cargo-c --version 0.10.5+cargo-0.83
else
cargo install --locked cargo-c --version 0.10.11+cargo-0.86
cargo install --locked cargo-c --version 0.10.12+cargo-0.87
fi
if [ "$RUST_VERSION" = "nightly" ]; then

View file

@ -9,7 +9,7 @@ cargo --version
if ("$env:RUST_VERSION" -eq "1.80.1") {
cargo install --locked cargo-c --version 0.10.5+cargo-0.93
} else {
cargo install --locked cargo-c --version 0.10.11+cargo-0.86
cargo install --locked cargo-c --version 0.10.12+cargo-0.87
}
if (!$?) {