You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-polling/polling-fix-metadata.diff

13 lines
376 B

--- polling-2.0.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ polling-2.0.3/Cargo.toml 2021-03-21T13:36:14.309370+00:00
@@ -35,9 +35,3 @@
std = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.77"
-[target."cfg(windows)".dependencies.wepoll-sys]
-version = "3.0.0"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["ioapiset", "winsock2"]