From 11eb1737ce557d46aaf50b086afffd25b04c7910 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Mon, 29 Aug 2022 14:40:52 +0200 Subject: [PATCH] ci: specify previous dprint version until fixed --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81330fd6..2c31d92d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: - name: Check formatting uses: dprint/check@v2.1 + with: + dprint-version: 0.30.3 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings