Skip to content

Commit

Permalink
Remove msrv ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Sep 5, 2024
1 parent 798861c commit d42aa34
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ jobs:
- name: document
run: cargo +nightly doc --all-features

clippy_lowest_msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.67.1
with:
components: clippy
- name: clippy_1.67.1
run: cargo +1.67.1 clippy --features std,serde -- -D warnings

coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d42aa34

Please sign in to comment.