Skip to content

Commit

Permalink
Update to regex 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jan 1, 2017
1 parent d58236f commit 163e006
Show file tree
Hide file tree
Showing 14 changed files with 335 additions and 61 deletions.
50 changes: 15 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "tests/tests.rs"
[dependencies]
bytecount = "0.1.4"
clap = "2.19.0"
env_logger = "0.3"
env_logger = { version = "0.3", default-features = false }
grep = { version = "0.1.4", path = "grep" }
ignore = { version = "0.1.5", path = "ignore" }
lazy_static = "0.2"
Expand All @@ -36,7 +36,7 @@ log = "0.3"
memchr = "1"
memmap = "0.5"
num_cpus = "1"
regex = "0.1.77"
regex = "0.2.0"
termcolor = { version = "0.1.0", path = "termcolor" }

[target.'cfg(windows)'.dependencies]
Expand Down
Loading

0 comments on commit 163e006

Please sign in to comment.