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

13 lines
363 B

4 years ago
--- page_size-0.4.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ page_size-0.4.2/Cargo.toml 2021-06-17T17:57:38.471764+00:00
@@ -30,9 +30,6 @@
no_std = ["spin"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["sysinfoapi"]
[badges.appveyor]
repository = "Elzair/page_size_rs"