mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 06:08:00 +00:00
chore(client): remove the unnecessary clap dep (#6107)
This commit is contained in:
Generated
-1
@@ -5954,7 +5954,6 @@ dependencies = [
|
||||
"app_dirs",
|
||||
"atty",
|
||||
"chrono",
|
||||
"clap",
|
||||
"derive_more",
|
||||
"env_logger 0.7.1",
|
||||
"fdlimit",
|
||||
|
||||
@@ -12,7 +12,6 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.0"
|
||||
derive_more = "0.99.2"
|
||||
env_logger = "0.7.0"
|
||||
log = "0.4.8"
|
||||
|
||||
@@ -27,7 +27,7 @@ pub enum Error {
|
||||
/// Io error
|
||||
Io(std::io::Error),
|
||||
/// Cli error
|
||||
Cli(clap::Error),
|
||||
Cli(structopt::clap::Error),
|
||||
/// Service error
|
||||
Service(sc_service::Error),
|
||||
/// Client error
|
||||
|
||||
Reference in New Issue
Block a user