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

16 lines
438 B

--- which-5.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ which-5.0.0/Cargo.toml 2024-01-19T17:09:47.141117+00:00
@@ -55,12 +55,3 @@
[target."cfg(any(windows, unix, target_os = \"redox\"))".dependencies.home]
version = "0.5.5"
-[target."cfg(windows)".dependencies.once_cell]
-version = "1"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
- "Win32_Storage_FileSystem",
- "Win32_Foundation",
-]