From 1c25d3e47d2b3349d29854f2e480d9de062319d3 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Sun, 21 Jun 2020 17:16:22 +0200 Subject: [PATCH] Use published version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb8042f..64c6f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ optional = true libc = "0.2.70" [target.'cfg(windows)'.dependencies] -wepoll-sys-stjepang = { git = "https://github.com/stjepang/wepoll-sys-stjepang.git" } +wepoll-sys-stjepang = "1.0.0" [dev-dependencies] futures = { version = "0.3.5", default-features = false, features = ["std"] }