Skip to content

Commit ef88733

Browse files
author
Gianmarco Garrisi
committed
Stable toolchain
1 parent c7bbd44 commit ef88733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: dtolnay/rust-toolchain@master
42+
- uses: dtolnay/rust-toolchain@stable
4343
- run: cargo install cargo-msrv
44-
- run: cargo msrv verify
44+
- run: cargo msrv verify --all-features

0 commit comments

Comments
 (0)