There was an error while loading. Please reload this page.
1 parent 67be582 commit c8a419cCopy full SHA for c8a419c
1 file changed
.github/workflows/rust.yml
@@ -26,18 +26,3 @@ jobs:
26
- uses: actions/checkout@v7
27
- uses: dtolnay/rust-toolchain@stable
28
- run: cargo test --all-features --workspace
29
-
30
- msrv:
31
- runs-on: ubuntu-latest
32
- steps:
33
- - uses: actions/checkout@v7
34
- - name: Get MSRV from package metadata
35
- id: msrv
36
- run: grep rust-version Cargo.toml | cut -d'"' -f2 | sed 's/^/version=/' >> $GITHUB_OUTPUT
37
- - uses: dtolnay/rust-toolchain@stable
38
- with:
39
- toolchain: ${{ steps.msrv.outputs.version }}
40
- components: rustfmt, clippy
41
42
- - name: check crates
43
- run: cargo check --all-features
0 commit comments