Skip to content

Commit

Permalink
bump toolchain to be able to install cargo-msrv (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau authored Feb 7, 2024
1 parent 8331dba commit 99aad5c
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.67.0 # needed for cargo-msrv due to time-macros v0.2.14
toolchain: 1.70.0 # needed for cargo-msrv due to cargo-platform v0.1.6
- 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 99aad5c

Please sign in to comment.