mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 07:31:03 +00:00
Upgrade clap to v4 (#678)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ subxt-codegen = { version = "0.24.0", path = "../codegen" }
|
||||
# perform node compatibility
|
||||
subxt-metadata = { version = "0.24.0", path = "../metadata" }
|
||||
# parse command line args
|
||||
clap = { version = "3.2.22", features = ["derive"] }
|
||||
clap = { version = "4.0.8", features = ["derive"] }
|
||||
# colourful error reports
|
||||
color-eyre = "0.6.1"
|
||||
# serialize the metadata
|
||||
|
||||
Reference in New Issue
Block a user