NOBUG Fixes winapi version

This commit is contained in:
Paul Masurel
2017-04-08 19:01:31 +09:00
parent 60279a03b6
commit 44c684af5c

View File

@@ -39,7 +39,7 @@ futures = "0.1.9"
futures-cpupool = "0.1.2"
[target.'cfg(windows)'.dependencies]
winapi = "*"
winapi = "0.2"
[dev-dependencies]
rand = "0.3"