Skip to content

Commit

Permalink
ci: bump toolchain for check
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau authored Feb 12, 2024
1 parent da27a16 commit 4b459b8
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 @@ -23,7 +23,7 @@ jobs:
uses: ./.github/actions/setup
with:
kind: check
toolchain: 1.70.0
toolchain: 1.74.0 # needed for `clap` in pest_debugger
- name: cargo check
run: cargo check --all --features pretty-print,const_prec_climber,memchr,grammar-extras --all-targets

Expand Down

0 comments on commit 4b459b8

Please sign in to comment.