Skip to content

Commit

Permalink
Do not install cargo-tree from crates.io (#565)
Browse files Browse the repository at this point in the history
`cargo tree` subcommand is available by default since Rust 1.44.
  • Loading branch information
taiki-e committed Sep 10, 2020
1 parent 490556d commit 22d905b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/dependencies.sh
Expand Up @@ -3,10 +3,6 @@
cd "$(dirname "$0")"/..
set -ex

if [[ ! -x "$(command -v cargo-tree)" ]]; then
cargo install --debug cargo-tree || exit 1
fi

cargo tree
cargo tree --duplicate
cargo tree --duplicate || exit 1
Expand Down

0 comments on commit 22d905b

Please sign in to comment.