Skip to content

Commit

Permalink
bump toolchain for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau committed Apr 30, 2024
1 parent 23f6082 commit a9e08b6
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.70.0 # needed for cargo-msrv due to cargo-platform v0.1.6
toolchain: 1.73.0 # needed for cargo-msrv due to cargo-platform v0.1.8
- 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 a9e08b6

Please sign in to comment.