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
718 B
33 lines
718 B
7 years ago
|
--- fd-find-6.2.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
||
|
+++ fd-find-6.2.0/Cargo.toml 2018-01-04T13:38:49.234315+01:00
|
||
|
@@ -28,7 +28,7 @@
|
||
|
name = "fd"
|
||
|
path = "src/main.rs"
|
||
7 years ago
|
[dependencies.ansi_term]
|
||
|
-version = "0.9"
|
||
|
+version = "0.10"
|
||
|
|
||
7 years ago
|
[dependencies.atty]
|
||
7 years ago
|
version = "0.2"
|
||
7 years ago
|
@@ -41,7 +41,7 @@
|
||
|
version = "3.0"
|
||
7 years ago
|
|
||
|
[dependencies.ignore]
|
||
|
-version = "0.2"
|
||
|
+version = "0.3"
|
||
|
|
||
7 years ago
|
[dependencies.lazy_static]
|
||
|
version = "1"
|
||
|
@@ -66,11 +66,6 @@
|
||
7 years ago
|
version = "0.1.3"
|
||
7 years ago
|
[target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
|
||
|
version = "0.2"
|
||
|
-[target."cfg(windows)".dependencies.kernel32-sys]
|
||
|
-version = "0.2"
|
||
7 years ago
|
-
|
||
|
-[target."cfg(windows)".dependencies.winapi]
|
||
|
-version = "0.2"
|
||
|
[badges.appveyor]
|
||
7 years ago
|
repository = "sharkdp/fd"
|
||
|
|