We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c4210 commit fc6521eCopy full SHA for fc6521e
.github/workflows/ci.yaml
@@ -83,6 +83,18 @@ jobs:
83
with:
84
command: update
85
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
94
95
96
97
+ args: --package windows_x86_64_msvc --precise 0.48.0
98
- name: Check formatting
99
if: matrix.lint
100
uses: actions-rs/cargo@v1
0 commit comments