mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +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:
@@ -33,7 +33,7 @@ sp-std = { version = "4.0.0", default-features = false, path = "../../../primiti
|
||||
sp-state-machine = { version = "0.12.0", path = "../../../primitives/state-machine" }
|
||||
sp-trie = { version = "6.0.0", path = "../../../primitives/trie" }
|
||||
codec = { version = "3.0.0", package = "parity-scale-codec" }
|
||||
clap = { version = "3.0", features = ["derive"] }
|
||||
clap = { version = "3.1.6", features = ["derive"] }
|
||||
chrono = "0.4"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.74"
|
||||
|
||||
Reference in New Issue
Block a user