From 7bba274f10257f7109cddf9a0a9ed4a1750a7087 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 5 Apr 2024 12:02:47 +0300 Subject: [PATCH] ci: Pin typos-cli to 1.19.0 New version includes false positives https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1417#note_2358711 Part-of: --- ci/images_template.yml | 2 +- ci/install-rust.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index 3a77ac7d1..946005eb1 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-03-29.0-0.22" + GST_RS_IMG_TAG: "2024-04-05.0-0.22" 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