mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Update clap to the latest version (#11017)
* Update clap to the latest version Besides that it also removes some `structopt` leftovers from some docs. * Fix compile errors * More fixes
This commit is contained in:
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.10"
|
||||
clap = { version = "3.0", features = ["derive"] }
|
||||
clap = { version = "3.1.6", features = ["derive"] }
|
||||
fdlimit = "0.2.1"
|
||||
futures = "0.3.19"
|
||||
hex = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user