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 fc3b8bc commit ae48c51Copy full SHA for ae48c51
.github/workflows/ci.yml
@@ -97,11 +97,8 @@ jobs:
97
fail-fast: false
98
matrix:
99
os: [ubuntu-latest, windows-latest]
100
- # When updating this, the reminder to update the minimum supported
101
- # Rust version in Cargo.toml.
102
- rust: ['1.70']
103
steps:
104
- uses: actions/checkout@v4
105
- - name: Install Rust
106
- run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
107
- - run: cargo build
+ - name: Install cargo-hack
+ uses: taiki-e/install-action@cargo-hack
+ - run: cargo hack build --rust-version
0 commit comments