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.diff

23 lines
650 B

--- trash-2.0.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trash-2.0.3/Cargo.toml 2022-01-07T21:47:23.324112+00:00
@@ -32,8 +32,6 @@
[dev-dependencies.rand]
version = "0.8.3"
-[build-dependencies.windows]
-version = "0.9.0"
[features]
coinit_apartmentthreaded = []
@@ -52,10 +50,3 @@
[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url]
version = "2.1.0"
-[target."cfg(target_os = \"macos\")".dependencies.objc]
-version = "0.2.7"
-[target."cfg(windows)".dependencies.scopeguard]
-version = "1.0.0"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.9.0"