From 7911500a6817d445b848adcab1766c2083661122 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 31 Jan 2022 14:23:18 +0100 Subject: [PATCH] rust-dirs: Commit accidenty forgotten patch. Signed-off-by: Stefan Schantl --- src/patches/rust-dirs-1.0.5-fix-metadata.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/patches/rust-dirs-1.0.5-fix-metadata.patch diff --git a/src/patches/rust-dirs-1.0.5-fix-metadata.patch b/src/patches/rust-dirs-1.0.5-fix-metadata.patch new file mode 100644 index 0000000000..0c51222127 --- /dev/null +++ b/src/patches/rust-dirs-1.0.5-fix-metadata.patch @@ -0,0 +1,13 @@ +--- dirs-1.0.5/Cargo.toml.orig 2022-01-28 11:09:27.494645462 +0000 ++++ dirs-1.0.5/Cargo.toml 2022-01-28 11:09:36.902405967 +0000 +@@ -19,10 +19,5 @@ + keywords = ["xdg", "basedir", "app_dirs", "path", "folder"] + license = "MIT OR Apache-2.0" + repository = "https://github.com/soc/dirs-rs" +-[target."cfg(target_os = \"redox\")".dependencies.redox_users] +-version = "0.3.0" + [target."cfg(unix)".dependencies.libc] + version = "0.2" +-[target."cfg(windows)".dependencies.winapi] +-version = "0.3" +-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"] -- 2.39.5