Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
building with `--all-features` fails on 1.56 :(
  • Loading branch information
Tomas Tauber authored and tomtau committed Jul 29, 2022
1 parent d22df17 commit 1319619
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:
uses: actions/checkout@v3

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.56.1
uses: dtolnay/rust-toolchain@1.61.0
- name: Bootstraping Grammars - Building
run: cargo build --package pest_bootstrap
- name: Bootstraping Grammars - Executing
Expand Down

0 comments on commit 1319619

Please sign in to comment.