Include patch to enable passing null lpOverlapped pointer to wake a thread

This commit is contained in:
Philip Degarmo 2021-05-26 01:44:53 -07:00
parent 2295ca07b8
commit 88cce716c9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ log = "0.4.11"
libc = "0.2.77"
[target.'cfg(windows)'.dependencies]
wepoll-ffi = "0.1.0"
wepoll-ffi = { version = "0.1.1", features = ["null-overlapped-wakeups-patch"] }
winapi = { version = "0.3.9", features = ["ioapiset", "winsock2"] }
[dev-dependencies]