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-sysinfo/sysinfo-fix-metadata.diff

16 lines
635 B

5 years ago
--- sysinfo-0.10.4/Cargo.toml 2020-01-06T03:08:46+00:00
+++ sysinfo-0.10.4/Cargo.toml 2020-01-06T06:29:16.186246+00:00
@@ -41,12 +41,7 @@
version = "0.2"
5 years ago
[target."cfg(unix)".dependencies.once_cell]
version = "1.0"
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.3"
5 years ago
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "handleapi", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "objbase"]
[badges.appveyor]
repository = "GuillaumeGomez/sysinfo"
service = "github"