From 4a4e822e90d1e23f644af9ac081a775002fa3ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 17 May 2025 11:19:22 +0300 Subject: [PATCH] ci: Update to cargo-c 0.10.13 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 ca9b7bbe8..00ba485da 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2025-05-13.0" - GST_RS_IMG_WINDOWS_TAG: "2025-05-13.0" + GST_RS_IMG_TAG: "2025-05-17.0" + GST_RS_IMG_WINDOWS_TAG: "2025-05-17.0" GST_RS_STABLE: "1.86.0" GST_RS_MSRV: "1.83.0" # 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 87cca0a59..2005761c7 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -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.12+cargo-0.87 + cargo install --locked cargo-c --version 0.10.13+cargo-0.88 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 713e0de50..099de481f 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.83.0") { cargo install --locked cargo-c --version 0.10.11+cargo-0.86.0 } else { - cargo install --locked cargo-c --version 0.10.12+cargo-0.87 + cargo install --locked cargo-c --version 0.10.13+cargo-0.88 } if (!$?) {