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 d747bcd commit 24510a7Copy full SHA for 24510a7
.github/workflows/ci.yml
@@ -50,16 +50,11 @@ jobs:
50
51
msrv:
52
runs-on: ubuntu-latest
53
- strategy:
54
- matrix:
55
- # When updating this, the reminder to update the minimum supported
56
- # Rust version in Cargo.toml.
57
- rust: ['1.61']
58
steps:
59
- uses: actions/checkout@v4
60
- - name: Install Rust
61
- run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
62
- - run: cargo build
+ - name: Install cargo-hack
+ uses: taiki-e/install-action@cargo-hack
+ - run: cargo hack build --rust-version
63
64
clippy:
65
0 commit comments