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
464 B

--- sysinfo-0.24.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sysinfo-0.24.7/Cargo.toml 2022-12-15T13:46:46.677312+00:00
@@ -42,13 +42,10 @@
optional = true
[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"