Fix MSRV job in Actions workflow
This commit is contained in:
parent
49fd9ddef1
commit
34618b7c79
|
@ -32,7 +32,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@1.70
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: "1.70.0"
|
||||
- run: cargo check --lib --all-features
|
||||
|
||||
lint:
|
||||
|
|
Loading…
Reference in New Issue