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-fs-set-times/fs-set-times-fix-metadata.diff

14 lines
422 B

--- fs-set-times-0.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fs-set-times-0.14.0/Cargo.toml 2021-12-04T18:33:27.301436+00:00
@@ -25,9 +25,6 @@
version = "0.4.0"
default-features = false
[target."cfg(not(windows))".dependencies.rustix]
-version = "0.27.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["winerror"]
+version = "0.29"
[badges.maintenance]
status = "actively-developed"