Skip to content

Commit

Permalink
ci: fix cargo-msrv installation (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau authored Sep 18, 2023
1 parent a693e52 commit 04033e5
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.65.0 # needed for cargo-msrv due to time-core v0.1.1
toolchain: 1.67.0 # needed for cargo-msrv due to time-macros v0.2.14
- 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 04033e5

Please sign in to comment.