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

13 lines
409 B

--- fs2-0.4.3/Cargo.toml 1970-01-01T01:00:00+01:00
+++ fs2-0.4.3/Cargo.toml 2018-01-13T17:57:17.249853+01:00
@@ -23,9 +23,6 @@
version = "0.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2.30"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["handleapi", "processthreadsapi", "winerror", "fileapi", "winbase", "std"]
[badges.appveyor]
repository = "danburkert/fs2-rs"