mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-24 13:56:47 +02:00
Use clap ~2.18.0.
This is to ensure that we don't silently update a minor version of clap, which could include a breaking change. (An update to 2.19 should be done soon.)
This commit is contained in:
parent
0428bd1bec
commit
a5e7f176f1
@ -26,7 +26,7 @@ path = "tests/tests.rs"
|
||||
|
||||
[dependencies]
|
||||
bytecount = "0.1.4"
|
||||
clap = "2.18"
|
||||
clap = "~2.18.0"
|
||||
ctrlc = "2.0"
|
||||
env_logger = "0.3"
|
||||
grep = { version = "0.1.4", path = "grep" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user