]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/rust-remove_dir_all-0.5.3-fix-metadata.patch
openssh: Update to version 9.4p1
[people/pmueller/ipfire-2.x.git] / src / patches / rust-remove_dir_all-0.5.3-fix-metadata.patch
CommitLineData
d1abeb8e
SS
1--- remove_dir_all-0.5.3/Cargo.toml.orig 2022-01-28 14:45:52.179136723 +0000
2+++ remove_dir_all-0.5.3/Cargo.toml 2022-01-28 14:46:03.559249000 +0000
3@@ -23,6 +23,4 @@
4 repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
5 [dev-dependencies.doc-comment]
6 version = "0.3"
7-[target."cfg(windows)".dependencies.winapi]
8-version = "0.3"
9 features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]