diff --git a/ci/check-features.sh b/ci/check-features.sh index b1d58870e..1eeddc520 100755 --- a/ci/check-features.sh +++ b/ci/check-features.sh @@ -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