commit forgotten patch

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-12 20:32:36 +01:00
parent bf92e9b371
commit 4416b01659
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
--- fd-find-6.3.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ fd-find-6.3.0/Cargo.toml 2018-02-12T17:06:09.462395+01:00
@@ -28,7 +28,7 @@
name = "fd"
path = "src/main.rs"
[dependencies.ansi_term]
-version = "0.9"
+version = "0.10"
[dependencies.atty]
version = "0.2"
@@ -41,7 +41,7 @@
version = "3.0"
[dependencies.ignore]
-version = "0.2"
+version = "0.4"
[dependencies.lazy_static]
version = "1"
@@ -66,11 +66,6 @@
version = "0.1.3"
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.kernel32-sys]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.2"
[badges.appveyor]
repository = "sharkdp/fd"