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

28 lines
589 B

--- memsec-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ memsec-0.6.3/Cargo.toml 2023-03-01T13:22:22.019353+00:00
@@ -45,24 +45,12 @@
nightly = []
use_os = [
"libc",
- "windows-sys",
]
[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
-features = [
- "Win32_System_SystemInformation",
- "Win32_System_Memory",
- "Win32_Foundation",
- "Win32_System_Diagnostics_Debug",
-]
-optional = true
-default-features = false
-
[badges.appveyor]
repository = "quininer/memsec"