From abdb1beec9d288e0ac8475e35a5652dfef858ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 20 Jan 2025 10:00:12 +0200 Subject: [PATCH] ci: Update to cargo-c 0.10.9 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 fc0a81b1b..5386e881d 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2025-01-11.0" - GST_RS_IMG_WINDOWS_TAG: "2025-01-11.0" + GST_RS_IMG_TAG: "2025-01-20.0" + GST_RS_IMG_WINDOWS_TAG: "2025-01-20.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 93e8a72dd..32cea3a35 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.8+cargo-0.85 + cargo install --locked cargo-c --version 0.10.9+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 0a89a1545..5e3569eae 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.8+cargo-0.85 + cargo install --locked cargo-c --version 0.10.9+cargo-0.85 } if (!$?) {