Skip to content

Commit 2a97516

Browse files
authored
ci: fix for cargo-msrv needing at least 1.59 now (#850)
1 parent 6355eae commit 2a97516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
kind: msrv
8181
tools: cargo-msrv
82-
toolchain: 1.57.0
82+
toolchain: 1.59.0
8383
- name: Check msrv
8484
shell: sh
8585
run: for crate in "derive" "generator" "grammars" "meta" "pest" "vm"; do cd "$crate" && cargo msrv verify && cd ..; done
@@ -160,4 +160,4 @@ jobs:
160160
tools: cargo-semver-checks
161161
- name: check semver compatibility
162162
shell: bash
163-
run: ./semvercheck.sh
163+
run: ./semvercheck.sh

0 commit comments

Comments
 (0)