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.
|
|
|
--- ripgrep-0.8.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
|
|
+++ ripgrep-0.8.1/Cargo.toml 2018-07-29T09:01:13.884232+02:00
|
|
|
|
@@ -47,10 +47,10 @@
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
[dependencies.encoding_rs]
|
|
|
|
-version = "0.7"
|
|
|
|
+version = "0.8"
|
|
|
|
|
|
|
|
[dependencies.globset]
|
|
|
|
-version = "0.3.0"
|
|
|
|
+version = "0.4"
|
|
|
|
|
|
|
|
[dependencies.grep]
|
|
|
|
version = "0.1.8"
|
|
|
|
@@ -77,13 +77,13 @@
|
|
|
|
version = "1"
|
|
|
|
|
|
|
|
[dependencies.regex]
|
|
|
|
-version = "0.2.4"
|
|
|
|
+version = "1"
|
|
|
|
|
|
|
|
[dependencies.same-file]
|
|
|
|
version = "1"
|
|
|
|
|
|
|
|
[dependencies.termcolor]
|
|
|
|
-version = "0.3.4"
|
|
|
|
+version = "1"
|
|
|
|
[build-dependencies.clap]
|
|
|
|
version = "2.29.4"
|
|
|
|
features = ["suggestions", "color"]
|
|
|
|
@@ -92,12 +92,6 @@
|
|
|
|
[build-dependencies.lazy_static]
|
|
|
|
version = "1"
|
|
|
|
|
|
|
|
-[features]
|
|
|
|
-avx-accel = ["bytecount/avx-accel"]
|
|
|
|
-simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"]
|
|
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
|
|
-version = "0.3"
|
|
|
|
-features = ["std", "winnt"]
|
|
|
|
[badges.appveyor]
|
|
|
|
repository = "BurntSushi/ripgrep"
|
|
|
|
|