Skip to content

Commit bb641a1

Browse files
committed
align MSRV check with 'rust-version'
1 parent 97bc456 commit bb641a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ jobs:
6161
- uses: actions/checkout@master
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: stable
65-
override: true
64+
toolchain: 1.60.0
6665
- uses: actions-rs/cargo@v1
6766
with:
6867
use-cross: true
6968
command: check
70-
args: --all-targets
69+
args: --all --all-targets
7170

7271
build:
7372
needs: [formatting, linting, internal-tests, mavlink-dump, msrv]

0 commit comments

Comments
 (0)