You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
707 B
33 lines
707 B
--- fd-find-6.1.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ fd-find-6.1.0/Cargo.toml 2017-12-13T21:22:58.398319+01:00
|
|
@@ -34,7 +34,7 @@
|
|
version = "1"
|
|
|
|
[dependencies.ansi_term]
|
|
-version = "0.9"
|
|
+version = "0.10"
|
|
|
|
[dependencies.atty]
|
|
version = "0.2"
|
|
@@ -43,7 +43,7 @@
|
|
version = "2.26.0"
|
|
|
|
[dependencies.ignore]
|
|
-version = "0.2"
|
|
+version = "0.3"
|
|
|
|
[dependencies.regex-syntax]
|
|
version = "0.4"
|
|
@@ -65,11 +65,7 @@
|
|
version = "0.1.3"
|
|
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
|
|
version = "0.2"
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
-version = "0.2"
|
|
|
|
-[target."cfg(windows)".dependencies.kernel32-sys]
|
|
-version = "0.2"
|
|
[badges.travis-ci]
|
|
repository = "sharkdp/fd"
|
|
|