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
@@ -31,7 +31,7 @@ pub struct Opts {
#[clap(
name = "url",
long,
parse(try_from_str),
value_parser,
default_value = "http://localhost:9933"
)]
url: Uri,