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

26 lines
527 B

--- normpath-1.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ normpath-1.1.1/Cargo.toml 2023-04-15T11:24:30.095960+00:00
@@ -60,10 +60,6 @@
version = "1.0"
optional = true
-[dependencies.uniquote]
-version = "3.2"
-optional = true
-
[dev-dependencies.bincode]
version = "1.3"
@@ -71,10 +67,7 @@
version = "3.2"
[features]
-localization = [
- "windows-sys/Win32_UI_Shell",
- "windows-sys/Win32_UI_WindowsAndMessaging",
-]
+localization = []
[target."cfg(not(windows))".dev-dependencies.libc]
version = "0.2"