Skip to content

Commit

Permalink
bump toolchain for cargo-msrv
Browse files Browse the repository at this point in the history
i
  • Loading branch information
tomtau committed Oct 15, 2024
1 parent efc1971 commit d479b09
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.73.0 # needed for cargo-msrv due to cargo-platform v0.1.8
toolchain: 1.74.0 # needed for cargo-msrv due to clap_lex v0.7.2
- 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 d479b09

Please sign in to comment.