Skip to content

Commit

Permalink
upgrade clap to 4.0
Browse files Browse the repository at this point in the history
In order to use derive API to refactor, we upgrade clap firstly.

Signed-off-by: Wenyu Huang <huangwenyuu@outlook.com>
  • Loading branch information
uran0sH committed Oct 29, 2022
1 parent 91989b2 commit b7d1960
Show file tree
Hide file tree
Showing 7 changed files with 460 additions and 427 deletions.
99 changes: 68 additions & 31 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 @@ -26,7 +26,7 @@ rlimit = "0.8.3"
log = "0.4.8"
libc = "0.2"
vmm-sys-util = "0.10.0"
clap = "2.33"
clap = {version = "4.0.18", features = ["derive", "cargo"]}
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.51"
sha2 = "0.10.2"
Expand Down
Loading

0 comments on commit b7d1960

Please sign in to comment.