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.
28 lines
629 B
28 lines
629 B
--- fd-find-7.0.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ fd-find-7.0.0/Cargo.toml 2018-06-16T02:16:52.523659+02:00
|
|
@@ -50,10 +50,10 @@
|
|
version = "1.8"
|
|
|
|
[dependencies.regex]
|
|
-version = "0.2.7"
|
|
+version = "1"
|
|
|
|
[dependencies.regex-syntax]
|
|
-version = "0.5"
|
|
+version = "0.6"
|
|
[dev-dependencies.diff]
|
|
version = "0.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"
|
|
|