]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/rust-dirs-1.0.5-fix-metadata.patch
openssh: Update to version 9.4p1
[people/pmueller/ipfire-2.x.git] / src / patches / rust-dirs-1.0.5-fix-metadata.patch
CommitLineData
ac7f39fc
SS
1--- dirs-1.0.5/Cargo.toml.orig 2022-01-28 11:09:27.494645462 +0000
2+++ dirs-1.0.5/Cargo.toml 2022-01-28 11:09:36.902405967 +0000
3@@ -19,10 +19,5 @@
4 keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/soc/dirs-rs"
7-[target."cfg(target_os = \"redox\")".dependencies.redox_users]
8-version = "0.3.0"
9 [target."cfg(unix)".dependencies.libc]
10 version = "0.2"
11-[target."cfg(windows)".dependencies.winapi]
12-version = "0.3"
13-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]