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

25 lines
572 B

--- sysinfo-0.27.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sysinfo-0.27.7/Cargo.toml 2023-02-16T20:14:44.222298+00:00
@@ -30,7 +30,6 @@
name = "sysinfo"
crate_type = [
"rlib",
- "cdylib",
]
[dependencies.cfg-if]
@@ -41,13 +40,10 @@
optional = true
[features]
-apple-app-store = ["apple-sandbox"]
-apple-sandbox = []
c-interface = []
debug = ["libc/extra_traits"]
default = ["multithread"]
multithread = ["rayon"]
-unknown-ci = []
[target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]
version = "3.2"