Bug 1633914 - Require the proper minimum version of winapi. r=bytesized

Differential Revision: https://phabricator.services.mozilla.com/D72973
This commit is contained in:
Adam Gashlin 2020-04-28 23:45:23 +00:00
Родитель 700da17102
Коммит 8982ec6aa4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ serde = { version = "1.0.80", optional = true }
serde_derive = { version = "1.0.80", optional = true }
[dependencies.winapi]
version = "0.3.6"
version = "0.3.7"
features = ["basetsd",
"bits",
"bits2_5",