Skip to content

Commit

Permalink
Switch to clap v4
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Apr 4, 2023
1 parent 340e271 commit 9282b75
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 87 deletions.
155 changes: 104 additions & 51 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 conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"
anyhow = "1.0.70"
capnp = "0.16.1"
capnp-rpc = "0.16.1"
clap = { version = "3.2.23", features = ["cargo", "derive", "deprecated", "env", "wrap_help"] }
clap = { version = "4.2.1", features = ["color", "cargo", "deprecated", "derive", "deprecated", "env", "string", "unicode", "wrap_help"] }
conmon-common = { path = "../common" }
futures = "0.3.28"
getset = "0.1.2"
Expand Down
Loading

0 comments on commit 9282b75

Please sign in to comment.