ci: Switch to cargo-outdated release

This commit is contained in:
Sebastian Dröge 2020-09-08 17:11:09 +03:00
parent 326167470a
commit c754a95810

View file

@ -27,5 +27,5 @@ if [ "$RUST_VERSION" = "1.44.1" ]; then
rustup component add clippy-preview --toolchain $RUST_VERSION
rustup component add rustfmt --toolchain $RUST_VERSION
cargo install --force cargo-deny
cargo install --force --git https://github.com/kbknapp/cargo-outdated
cargo install --force cargo-outdated
fi