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 e243d55 commit fb47ab1Copy full SHA for fb47ab1
.github/workflows/ci.yml
@@ -59,17 +59,12 @@ jobs:
59
60
msrv:
61
runs-on: ubuntu-latest
62
- strategy:
63
- matrix:
64
- # When updating this, the reminder to update the minimum supported
65
- # Rust version in Cargo.toml.
66
- rust: ['1.59']
67
steps:
68
- uses: actions/checkout@v4
69
- - name: Install Rust
70
- run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
71
- - run: cargo build
72
- - run: cargo build --no-default-features
+ - name: Install cargo-hack
+ uses: taiki-e/install-action@cargo-hack
+ - run: cargo hack build --rust-version
+ - run: cargo hack build --no-default-features --rust-version
73
74
clippy:
75
0 commit comments