]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/rust-home-0.5.3-fix-metadata.patch
wavemon: Update to version 0.9.5
[people/pmueller/ipfire-2.x.git] / src / patches / rust-home-0.5.3-fix-metadata.patch
CommitLineData
02c14396
SS
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-]