ci: Update to cargo-c 0.10.15

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1772>
This commit is contained in:
Sebastian Dröge 2025-08-10 22:12:23 +03:00
parent c9ba64d0e5
commit bd631c7f7e
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
variables:
GST_RS_IMG_TAG: "2025-08-07.0"
GST_RS_IMG_WINDOWS_TAG: "2025-08-07.0"
GST_RS_IMG_TAG: "2025-08-10.0"
GST_RS_IMG_WINDOWS_TAG: "2025-08-10.0"
GST_RS_STABLE: "1.89.0"
GST_RS_MSRV: "1.83.0"
# The branch we use to build GStreamer from in the docker images

View file

@ -43,7 +43,7 @@ fi
if [ "$RUST_VERSION" = "1.83.0" ]; then
cargo install --locked cargo-c --version 0.10.11+cargo-0.86.0
else
cargo install --locked cargo-c --version 0.10.14+cargo-0.89
cargo install --locked cargo-c --version 0.10.15+cargo-0.90
fi
if [ "$RUST_VERSION" = "nightly" ]; then

View file

@ -9,7 +9,7 @@ cargo --version
if ("$env:RUST_VERSION" -eq "1.83.0") {
cargo install --locked cargo-c --version 0.10.11+cargo-0.86.0
} else {
cargo install --locked cargo-c --version 0.10.14+cargo-0.89
cargo install --locked cargo-c --version 0.10.15+cargo-0.90
}
if (!$?) {