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.2/Cargo.toml 2020-10-18T22:25:54+00:00
+++ polling-2.0.2/Cargo.toml 2021-01-06T14:21:57.543074+00:00
@@ -36,9 +36,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"]