Skip to content

Commit

Permalink
Use stable compiler to installing cargo-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 10, 2021
1 parent b13fdee commit a7e37e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check-features.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd "$(dirname "$0")"/..
set -ex

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

if [[ "$RUST_VERSION" != "nightly"* ]]; then
Expand Down

0 comments on commit a7e37e5

Please sign in to comment.