Files
bpfire/src/patches/rust-walkdir-2.3.2-fix-metadata.patch
Stefan Schantl 62d1644d16 rust-walkdir: New package.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-02-02 19:43:25 +00:00

18 lines
495 B
Diff

--- walkdir-2.3.2/Cargo.toml.orig 2022-01-28 10:48:41.943483058 +0000
+++ walkdir-2.3.2/Cargo.toml 2022-01-28 10:48:54.391464719 +0000
@@ -28,14 +28,6 @@
version = "1.0.1"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
-[badges.appveyor]
-repository = "BurntSushi/walkdir"
[badges.travis-ci]
repository = "BurntSushi/walkdir"