From a7e37e5f4310be24cee655e7f82238b3f9204d85 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 11 Apr 2021 03:00:57 +0900 Subject: [PATCH] Use stable compiler to installing cargo-hack --- ci/check-features.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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