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 1ea53f5 commit 1efb87dCopy full SHA for 1efb87d
.github/workflows/ci.yml
@@ -47,12 +47,13 @@ jobs:
47
- uses: actions/checkout@v4
48
- name: Install Rust
49
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
50
- - name: Install cargo-hack
+ - name: Install cargo-hack and cargo-minimal-versions
51
uses: taiki-e/install-action@v2
52
with:
53
- tool: cargo-hack
+ tool: cargo-hack,cargo-minimal-versions
54
- run: cargo build --all --all-features --all-targets
55
- run: cargo hack build --feature-powerset --no-dev-deps
56
+ - run: cargo minimal-versions build --all --all-features
57
- run: cargo test
58
if: >
59
!contains(matrix.os, 'windows')
0 commit comments