We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8fc14 commit 8f2c088Copy full SHA for 8f2c088
.github/workflows/ci.yml
@@ -64,16 +64,11 @@ jobs:
64
65
msrv:
66
runs-on: ubuntu-latest
67
- strategy:
68
- matrix:
69
- # When updating this, the reminder to update the minimum supported
70
- # Rust version in Cargo.toml.
71
- rust: ['1.57']
72
steps:
73
- uses: actions/checkout@v4
74
- - name: Install Rust
75
- run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
76
- - run: cargo build
+ - name: Install cargo-hack
+ uses: taiki-e/install-action@cargo-hack
+ - run: cargo hack build --feature-powerset --no-dev-deps --rust-version
77
78
clippy:
79
0 commit comments