Skip to content

Commit

Permalink
Update clap to 3.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Feb 11, 2022
1 parent 8ed6cb8 commit 83df0a5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
29 changes: 14 additions & 15 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions icx-asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ include = ["src", "Cargo.toml", "../LICENSE", "README.md"]
anyhow = "1.0.34"
candid = "0.7.10"
chrono = "0.4.19"
clap = "=3.0.0-beta.5"
clap_derive = "=3.0.0-beta.5"
clap = { version = "3.0.14", features = ["derive", "cargo"] }
delay = "0.3.1"
garcon = "0.2.2"
humantime = "2.0.1"
Expand Down
3 changes: 1 addition & 2 deletions icx-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ include = ["src", "Cargo.toml", "../LICENSE", "README.md"]
[dependencies]
anyhow = "1.0"
base64 = "0.13"
clap = "=3.0.0-beta.5"
clap_derive = "=3.0.0-beta.5"
clap = { version = "3.0.14", features = ["derive", "cargo"] }
chrono = "0.4.19"
hex = "0.4.2"
ic-agent = { path = "../ic-agent", version = "0.12" }
Expand Down
3 changes: 1 addition & 2 deletions icx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ path = "src/main.rs"
[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
candid = "0.7.10"
clap = "=3.0.0-beta.5"
clap_derive = "=3.0.0-beta.5"
clap = { version = "3.0.14", features = ["derive", "cargo"] }
garcon = { version = "0.2.3", features = ["async"] }
hex = "0.4.2"
humantime = "2.0.1"
Expand Down

0 comments on commit 83df0a5

Please sign in to comment.