From 499004f874298aa456c12bb730f7a7ab5fe5c181 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Thu, 7 Oct 2021 20:14:36 +0200 Subject: [PATCH] Install Cargo-hack using nightly on CI Cargo-hack's (transient) dependency bitflags has updated its MSRV. --- ci/azure-test-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-test-stable.yml b/ci/azure-test-stable.yml index 1f37a1162..d7d6107ab 100644 --- a/ci/azure-test-stable.yml +++ b/ci/azure-test-stable.yml @@ -28,7 +28,7 @@ jobs: - ${{ if eq(parameters.cmd, 'test') }}: - script: | - cargo install cargo-hack + rustup run nightly cargo install cargo-hack cargo hack check --feature-powerset displayName: Check feature powerset