ci: Build cargo outdated with --locked again

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1696>
This commit is contained in:
Sebastian Dröge 2025-04-04 08:59:47 +03:00 committed by GStreamer Marge Bot
parent e97b37e49c
commit 736afc5ac3

View file

@ -27,8 +27,7 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then
rustup component add rustfmt rustup component add rustfmt
cargo install --locked cargo-deny cargo install --locked cargo-deny
# Don't use --locked because time-0.3.30 does not build with 1.80 or newer cargo install --locked cargo-outdated
cargo install cargo-outdated
cargo install --locked typos-cli --version "1.19.0" cargo install --locked typos-cli --version "1.19.0"
# Coverage tools # Coverage tools