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.
|
|
|
--- fd-find-6.3.0/Cargo.toml 1969-12-31T16:00:00-08:00
|
|
|
|
+++ fd-find-6.3.0/Cargo.toml 2018-03-08T10:21:06.328193-08: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"
|
|
|
|
@@ -53,7 +53,7 @@
|
|
|
|
version = "0.2"
|
|
|
|
|
|
|
|
[dependencies.regex-syntax]
|
|
|
|
-version = "0.4"
|
|
|
|
+version = "0.5"
|
|
|
|
[dev-dependencies.diff]
|
|
|
|
version = "0.1"
|
|
|
|
|
|
|
|
@@ -66,11 +66,7 @@
|
|
|
|
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"
|
|
|
|
|