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 (!$?) {