Skip to content

Commit c8a419c

Browse files
committed
fix: remove msrv from rust.yml
1 parent 67be582 commit c8a419c

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,3 @@ jobs:
2626
- uses: actions/checkout@v7
2727
- uses: dtolnay/rust-toolchain@stable
2828
- 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

Comments
 (0)