mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-16 22:42:20 +02:00
We don't need regex-syntax directly in ripgrep.
This commit is contained in:
@ -34,7 +34,6 @@ memchr = "0.1"
|
|||||||
memmap = "0.2"
|
memmap = "0.2"
|
||||||
num_cpus = "1"
|
num_cpus = "1"
|
||||||
regex = "0.1.75"
|
regex = "0.1.75"
|
||||||
regex-syntax = "0.3.5"
|
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
term = "0.4"
|
term = "0.4"
|
||||||
thread_local = "0.2"
|
thread_local = "0.2"
|
||||||
|
@ -15,7 +15,6 @@ extern crate memchr;
|
|||||||
extern crate memmap;
|
extern crate memmap;
|
||||||
extern crate num_cpus;
|
extern crate num_cpus;
|
||||||
extern crate regex;
|
extern crate regex;
|
||||||
extern crate regex_syntax as syntax;
|
|
||||||
extern crate rustc_serialize;
|
extern crate rustc_serialize;
|
||||||
extern crate term;
|
extern crate term;
|
||||||
extern crate thread_local;
|
extern crate thread_local;
|
||||||
|
Reference in New Issue
Block a user