Skip to content

Commit

Permalink
bump clap to 2.20.5
Browse files Browse the repository at this point in the history
Fixes #383
  • Loading branch information
BurntSushi committed Feb 25, 2017
1 parent da1764d commit 4e8c0fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ path = "tests/tests.rs"
[dependencies]
atty = "0.2.2"
bytecount = "0.1.4"
clap = "2.19.0"
clap = "2.20.5"
env_logger = { version = "0.4", default-features = false }
grep = { version = "0.1.5", path = "grep" }
ignore = { version = "0.1.7", path = "ignore" }
Expand Down

0 comments on commit 4e8c0fc

Please sign in to comment.