Try fixing sigsegv

This commit is contained in:
Stjepan Glavina 2020-10-02 18:24:37 +02:00
parent 89ef82d11d
commit b25847f0ed
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ log = "0.4.11"
libc = "0.2.77"
[target.'cfg(windows)'.dependencies]
wepoll-sys = "2.0.0"
wepoll-sys = { git = "https://github.com/stjepang/wepoll-sys-stjepang.git", package = "wepoll-sys-stjepang" }
winapi = { version = "0.3.9", features = ["ioapiset", "winsock2"] }
[dev-dependencies]