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

16 lines
475 B

--- tempfile-3.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tempfile-3.2.0/Cargo.toml 2021-05-19T13:25:52.185573+00:00
@@ -29,11 +29,6 @@
version = "0.8"
[dependencies.remove_dir_all]
-version = "0.5"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2"
+version = "0.7"
[target."cfg(unix)".dependencies.libc]
version = "0.2.27"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "handleapi", "winbase"]