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

17 lines
466 B

--- sysinfo-0.29.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sysinfo-0.29.10/Cargo.toml 2023-10-27T17:04:32.465104+00:00
@@ -57,13 +57,10 @@
version = "1.0"
[features]
-apple-app-store = ["apple-sandbox"]
-apple-sandbox = []
c-interface = []
debug = ["libc/extra_traits"]
default = ["multithread"]
multithread = ["rayon"]
-unknown-ci = []
4 years ago
[target."cfg(all(target_os = \"linux\", not(target_os = \"android\")))".dev-dependencies.tempfile]
version = "3.2"