Skip to content

Commit

Permalink
bump release toolchain for pest_debugger (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau authored Jan 8, 2025
1 parent 13275f5 commit 24d0d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.70.0 # needed for pest_debugger (clap_builder v4.4.1 requires it)
uses: dtolnay/rust-toolchain@1.74.0 # needed for pest_debugger (clap requires it)
- name: Bootstraping Grammars - Building
run: cargo build --package pest_bootstrap
- name: Bootstraping Grammars - Executing
Expand Down

0 comments on commit 24d0d9c

Please sign in to comment.