Files
bpfire/src/patches/rust-home-0.5.3-fix-metadata.patch
Stefan Schantl 02c1439612 rust-home: 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

15 lines
397 B
Diff

--- home-0.5.3/Cargo.toml.orig 2022-01-28 09:48:10.902178349 +0000
+++ home-0.5.3/Cargo.toml 2022-01-28 09:48:19.413558260 +0000
@@ -15,11 +15,3 @@
readme = "README.md"
repository = "https://github.com/brson/home"
description = "Shared definitions of home directories"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
- "shlobj",
- "std",
- "winerror",
-]