Skip to content

Commit

Permalink
Bump clparse dependency to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaddeo committed Oct 11, 2019
1 parent b1693d1 commit 877704b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
derive_builder = "0.8.0"
clap = { version = "2.33.0", features = ["yaml", "suggestions", "color"] }
clparse = { version = "0.3.0", git = "https://github.com/marcaddeo/clparse", tag = "0.3.0" }
clparse = { version = "0.4.0", git = "https://github.com/marcaddeo/clparse", tag = "0.4.0" }
scan_dir = "0.3.3"
git2 = { version = "0.10.1", features = ["vendored-openssl"] }
serde = "1.0.101"
Expand Down

0 comments on commit 877704b

Please sign in to comment.