From 47feed993f3f88d7deb06247de86d8b01201b1fb Mon Sep 17 00:00:00 2001 From: gentoo90 Date: Thu, 17 Aug 2023 02:33:50 +0300 Subject: [PATCH] Fix build with rust 1.46 --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bfc366..d2d5b65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,6 +83,12 @@ jobs: with: command: update args: --package proc-macro2 --precise 1.0.65 + - name: Restrict windows-targets version + if: matrix.restrict_deps_versions + uses: actions-rs/cargo@v1 + with: + command: update + args: --package windows-targets --precise 0.48.1 - name: Check formatting if: matrix.lint uses: actions-rs/cargo@v1