forked from DGNum/colmena
Migrate to Clap 4.0
It was kind of a bumpy experience. Gradual migration to the Derive API is coming soon.
This commit is contained in:
parent
bf95e2dce8
commit
872949504b
16 changed files with 209 additions and 192 deletions
|
@ -10,8 +10,8 @@ edition = "2021"
|
|||
async-stream = "0.3.2"
|
||||
async-trait = "0.1.42"
|
||||
atty = "0.2"
|
||||
clap = "3.0.0"
|
||||
clap_complete = "3.0.0"
|
||||
clap = "4.0.11"
|
||||
clap_complete = "4.0.2"
|
||||
clicolors-control = "1"
|
||||
console = "0.15.0"
|
||||
const_format = "0.2.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue