diff --git a/ci/images_template.yml b/ci/images_template.yml index 74c6766cc..406180146 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-04-04.0" + GST_RS_IMG_TAG: "2024-04-05.0" GST_RS_STABLE: "1.77.1" GST_RS_MSRV: "1.70.0" diff --git a/ci/install-rust.sh b/ci/install-rust.sh index f60f48a43..730c47bae 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -28,7 +28,7 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then cargo install --locked --force cargo-deny cargo install --locked --force cargo-outdated - cargo install --locked --force typos-cli + cargo install --locked --force typos-cli --version "1.19.0" # Coverage tools rustup component add llvm-tools-preview