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

23 lines
786 B

--- trash-3.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trash-3.1.2/Cargo.toml 2023-10-25T09:28:08.505965+00:00
@@ -85,19 +85,3 @@
[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url]
version = "2.4.1"
-[target."cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.once_cell]
-version = "1.7.2"
-
-[target."cfg(target_os = \"macos\")".dependencies.objc]
-version = "0.2.7"
-
-[target."cfg(windows)".dependencies.scopeguard]
-version = "1.2.0"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.44.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Com_StructuredStorage",
- "Win32_UI_Shell_PropertiesSystem",
-]