Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 12, 2024
2 parents 68287e9 + 59e1dad commit b7641e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:
- name: document
run: cargo +nightly doc --all-features

check_lowest_msrv:
verify_rust_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.63.0
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: clippy_1.63
run: cargo +1.63.0 clippy --all-features -- -D warnings
- name: build_1.63
run: cargo +1.63.0 build --all-features
- name: install cargo-msrv
run: cargo install cargo-msrv
- name: verify msrv
run: cargo msrv verify

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7641e7

Please sign in to comment.