Skip to content

Commit

Permalink
Install Cargo-hack using nightly on CI
Browse files Browse the repository at this point in the history
Cargo-hack's (transient) dependency bitflags has updated its MSRV.
  • Loading branch information
Thomasdezeeuw committed Oct 8, 2021
1 parent e9e91ff commit 499004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 499004f

Please sign in to comment.