From 36a19420873d38e0e0b379407dbe48bca2c35709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 11 Jan 2025 17:20:53 +0200 Subject: [PATCH] ci: Update to cargo-c 0.10.8 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 e5c094020..fc0a81b1b 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2025-01-09.0" - GST_RS_IMG_WINDOWS_TAG: "2025-01-09.0" + GST_RS_IMG_TAG: "2025-01-11.0" + GST_RS_IMG_WINDOWS_TAG: "2025-01-11.0" GST_RS_STABLE: "1.84.0" GST_RS_MSRV: "1.80.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 db37ff284..93e8a72dd 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -45,7 +45,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.7+cargo-0.84 + cargo install --locked cargo-c --version 0.10.8+cargo-0.85 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 ea438a045..0a89a1545 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.80.1") { cargo install --locked cargo-c --version 0.10.5+cargo-0.93 } else { - cargo install --locked cargo-c --version 0.10.7+cargo-0.84 + cargo install --locked cargo-c --version 0.10.8+cargo-0.85 } if (!$?) {