We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bbd44 commit ef88733Copy full SHA for ef88733
.github/workflows/static-checks.yml
@@ -39,6 +39,6 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- uses: actions/checkout@v4
42
- - uses: dtolnay/rust-toolchain@master
+ - uses: dtolnay/rust-toolchain@stable
43
- run: cargo install cargo-msrv
44
- - run: cargo msrv verify
+ - run: cargo msrv verify --all-features
0 commit comments