Skip to content

Commit fc6521e

Browse files
committed
Fix build with rust 1.46
1 parent 60c4210 commit fc6521e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ jobs:
8383
with:
8484
command: update
8585
args: --package proc-macro2 --precise 1.0.65
86+
- name: Restrict windows-targets version
87+
if: matrix.restrict_deps_versions
88+
uses: actions-rs/cargo@v1
89+
with:
90+
command: update
91+
args: --package windows-targets --precise 0.48.1
92+
- name: Restrict windows_x86_64_msvc version
93+
if: matrix.restrict_deps_versions
94+
uses: actions-rs/cargo@v1
95+
with:
96+
command: update
97+
args: --package windows_x86_64_msvc --precise 0.48.0
8698
- name: Check formatting
8799
if: matrix.lint
88100
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)