From 131961955a9681cdad0e9b6022828b999b3f73d0 Mon Sep 17 00:00:00 2001 From: Tomas Tauber Date: Fri, 29 Jul 2022 21:22:06 +0800 Subject: [PATCH] ci: fix release building with `--all-features` fails on 1.56 :( --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ae52b94..2ea20275 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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