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

13 lines
489 B

--- fslock-0.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fslock-0.2.1/Cargo.toml 2023-08-06T14:40:28.360156+00:00
@@ -26,9 +26,6 @@
[target."cfg(unix)".dependencies.libc]
version = "^0.2.66"
default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "^0.3.8"
-features = ["minwindef", "minwinbase", "winbase", "errhandlingapi", "winerror", "winnt", "synchapi", "handleapi", "fileapi", "processthreadsapi"]
[badges.maintenance]
status = "passively-maintained"