mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 17:37:01 +05:30
Upgrade to clap v3.0.0-beta.2
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b0333f6c94
commit
f1ddc97a65
3 changed files with 127 additions and 33 deletions
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.32"
|
||||
clap = { version = "2.33.3", default-features = false, features = ["suggestions", "color"] }
|
||||
clap = "3.0.0-beta.2"
|
||||
git2 = "0.13.11"
|
||||
serde = {version = "1.0.116", default-features = false, features = ["derive"] }
|
||||
serde_derive = "1.0.116"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue