Upgrade clap to v4 (#678)

This commit is contained in:
Andrew Jones
2022-10-03 18:40:06 +01:00
committed by GitHub
parent 432df581f6
commit 6cfd3bb511
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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