Skip to content

Commit 105e45e

Browse files
authored
bump toolchain for cargo-msrv (#1046)
1 parent efc1971 commit 105e45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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.73.0 # needed for cargo-msrv due to cargo-platform v0.1.8
82+
toolchain: 1.78.0 # needed for cargo-msrv
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

0 commit comments

Comments
 (0)