]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/rust-home-0.5.3-fix-metadata.patch
core186: ship header.pl
[ipfire-2.x.git] / src / patches / rust-home-0.5.3-fix-metadata.patch
1 --- home-0.5.3/Cargo.toml.orig 2022-01-28 09:48:10.902178349 +0000
2 +++ home-0.5.3/Cargo.toml 2022-01-28 09:48:19.413558260 +0000
3 @@ -15,11 +15,3 @@
4 readme = "README.md"
5 repository = "https://github.com/brson/home"
6 description = "Shared definitions of home directories"
7 -
8 -[target."cfg(windows)".dependencies.winapi]
9 -version = "0.3"
10 -features = [
11 - "shlobj",
12 - "std",
13 - "winerror",
14 -]