Skip to content

Commit

Permalink
Merge #684
Browse files Browse the repository at this point in the history
684: Use stable compiler to installing cargo-hack r=taiki-e a=taiki-e

I'm planning to increase the Rust version required for the installation of cargo-hack from 1.36 to 1.40. (cargo-hack is usually runnable with Cargo versions older than the Rust version required for installation. Rust 1.36 will continue to be supported after the increase the Rust version required for the installation of cargo-hack has been increased.)

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Apr 10, 2021
2 parents b13fdee + a7e37e5 commit 066cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check-features.sh
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 066cfca

Please sign in to comment.