Skip to content

Commit

Permalink
clap 3->4, structopt left untouched
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1024 committed Nov 30, 2022
1 parent c32ad5a commit 1b4cc9f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 28 deletions.
60 changes: 35 additions & 25 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 src/jormungandr/jcli/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ ed25519-bip32 = "0.4.1"
thiserror = "1.0"
bytes = "1.1"
rpassword = "6.0"
clap = { version = "3.2", default-features = false, features = ["suggestions", "color", "wrap_help", "std"] }
clap = { version = "4", default-features = false, features = ["suggestions", "color", "wrap_help", "std"] }

[features]
evm = ["jormungandr-lib/evm", "chain-evm"]
Expand Down
2 changes: 1 addition & 1 deletion src/vit-testing/mainnet-tools/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ cardano-serialization-lib = "11.1.0"
tempdir = "0.3.7"
snapshot-lib = { path = "../../catalyst-toolbox/snapshot-lib", features=["proptest"] }
catalyst-toolbox = { path = "../../catalyst-toolbox/catalyst-toolbox", features = [ "test-api" ]}
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion src/voting-tools-rs/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]

color-eyre = "0.6" # error handling
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4", features = ["derive"] }

serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 1b4cc9f

Please sign in to comment.