Commit fb65b34
committed
declare version of windows-sys by range set to fix compile under win7
Using a range instead of the default Caret requirements helps avoid
duplicate versions in downstream graphs and improves resolver
flexibility.
Additionally, `[email protected]+` has a bug that causes compilation
errors under `*-win7-windows-*` targets, so this change will allow
users to choose & lock older version of `windows-sys` in theirs
`Cargo.lock` to avoid this bug and continue support Windows 7.1 parent 1369549 commit fb65b34
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments