From a78db19139366dd3b7c811d2403324476efcea8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 5 Apr 2025 19:42:31 +0300 Subject: [PATCH] ci: Update to cargo-c 0.10.12 Part-of: --- ci/images_template.yml | 4 ++-- ci/install-rust.sh | 2 +- ci/windows-docker/install_cargo_utils.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index ec9029187..b956e3978 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -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.71.1" # The branch we use to build GStreamer from in the docker images diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 009f5ade7..aad6c4a4d 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -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.11+cargo-0.86 + cargo install --locked cargo-c --version 0.10.12+cargo-0.87 fi if [ "$RUST_VERSION" = "nightly" ]; then diff --git a/ci/windows-docker/install_cargo_utils.ps1 b/ci/windows-docker/install_cargo_utils.ps1 index c9cf9bbeb..29042f81f 100644 --- a/ci/windows-docker/install_cargo_utils.ps1 +++ b/ci/windows-docker/install_cargo_utils.ps1 @@ -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.11+cargo-0.86 + cargo install --locked cargo-c --version 0.10.12+cargo-0.87 } if (!$?) {