From c754a9581070aef52b15e4c8bc81a0e8dd9f92bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 8 Sep 2020 17:11:09 +0300 Subject: [PATCH] ci: Switch to cargo-outdated release --- ci/install-rust.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 175032315..fb852b831 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -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