Fix wepoll-sys version

This commit is contained in:
Stjepan Glavina 2020-10-02 18:20:55 +02:00
parent a3c748bcd0
commit 89ef82d11d
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 = { path = "../wepoll" }
wepoll-sys = "2.0.0"
winapi = { version = "0.3.9", features = ["ioapiset", "winsock2"] }
[dev-dependencies]