Skip to content

Commit

Permalink
bump to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau committed Oct 15, 2024
1 parent d479b09 commit d026da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.74.0 # needed for cargo-msrv due to clap_lex v0.7.2
toolchain: 1.78.0 # needed for cargo-msrv
- 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

0 comments on commit d026da1

Please sign in to comment.