From 736afc5ac3ca4b82ce7e3edc62f40997cddf16d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 4 Apr 2025 08:59:47 +0300 Subject: [PATCH] ci: Build cargo outdated with --locked again Part-of: --- ci/install-rust.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 11f410344..77d6b09b1 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -27,8 +27,7 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then rustup component add rustfmt cargo install --locked cargo-deny - # Don't use --locked because time-0.3.30 does not build with 1.80 or newer - cargo install cargo-outdated + cargo install --locked cargo-outdated cargo install --locked typos-cli --version "1.19.0" # Coverage tools