File filetime-fix-metadata-auto.diff of Package rust-filetime
--- filetime-0.2.23/Cargo.toml 1970-01-01T00:00:01+00:00 +++ filetime-0.2.23/Cargo.toml 2023-12-28T16:19:02.584951+00:00 @@ -33,15 +33,6 @@ [dev-dependencies.tempfile] version = "3" -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.4.1" - [target."cfg(unix)".dependencies.libc] version = "0.2.27" -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", -]