Skip to content

Commit

Permalink
ci: fix for cargo-msrv needing at least 1.59 now (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau authored Apr 28, 2023
1 parent 6355eae commit 2a97516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
kind: msrv
tools: cargo-msrv
toolchain: 1.57.0
toolchain: 1.59.0
- name: Check msrv
shell: sh
run: for crate in "derive" "generator" "grammars" "meta" "pest" "vm"; do cd "$crate" && cargo msrv verify && cd ..; done
Expand Down Expand Up @@ -160,4 +160,4 @@ jobs:
tools: cargo-semver-checks
- name: check semver compatibility
shell: bash
run: ./semvercheck.sh
run: ./semvercheck.sh

0 comments on commit 2a97516

Please sign in to comment.