Skip to content

Commit

Permalink
feat: move to clap 4.1 (lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxseu committed Jun 10, 2023
1 parent 93f64ff commit dcd5dd3
Show file tree
Hide file tree
Showing 80 changed files with 251 additions and 39 deletions.
208 changes: 171 additions & 37 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ serde_json = "1.0"
serde_repr = "0.1"
async-trait = "0.1"
futures-util = "0.3"
clap_complete = "3.2"
clap = { version = "3.2", features = ["derive"] }
clap_complete = "4.1"
clap = { version = "4.1", features = ["derive"] }
fern = { version = "0.6", features = ["colored"] }
tokio = { version = "1.20", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit dcd5dd3

Please sign in to comment.