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

14 lines
445 B

--- tempfile-3.0.5/Cargo.toml 1969-12-31T16:00:00-08:00
+++ tempfile-3.0.5/Cargo.toml 2018-12-03T11:34:46.771871-08:00
@@ -29,10 +29,5 @@
[dependencies.remove_dir_all]
version = "0.5"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "winbase", "handleapi"]