From 0c1f795f73de8cf1426bc775be53b9195f3ede06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 18 Oct 2024 13:53:23 +0300 Subject: [PATCH] ci: Update to cargo-c 0.10.5 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 e65860643..3c6b4e834 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,6 +1,6 @@ variables: - GST_RS_IMG_TAG: "2024-10-17.0" - GST_RS_IMG_WINDOWS_TAG: "2024-10-17.0" + GST_RS_IMG_TAG: "2024-10-18.0" + GST_RS_IMG_WINDOWS_TAG: "2024-10-18.0" GST_RS_STABLE: "1.82.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 b125395d2..d24364193 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.3+cargo-0.81 + cargo install --locked cargo-c --version 0.10.5+cargo-0.83 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 bfbfd982d..65fe16f12 100644 --- a/ci/windows-docker/install_cargo_utils.ps1 +++ b/ci/windows-docker/install_cargo_utils.ps1 @@ -7,7 +7,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.3+cargo-0.81 + cargo install --locked cargo-c --version 0.10.5+cargo-0.83 } if (!$?) {