From c9892d71a560a3ed8b80763bfbde46500ff79d0f Mon Sep 17 00:00:00 2001 From: Seemant Aggarwal <seemant.aggarwal@parity.io> Date: Sat, 15 Mar 2025 11:37:45 +0530 Subject: [PATCH] fixing imports --- cumulus/polkadot-parachain/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 221cc76eda7..c7ba9fbdc04 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -52,8 +52,7 @@ xcm = { workspace = true, default-features = true } # Cumulus cumulus-primitives-core = { workspace = true, default-features = true } -clap = { version = "4.5.13", features = ["derive"] } -anyhow = "1.0.86" +clap = { features = ["derive"], workspace = true } [build-dependencies] substrate-build-script-utils = { workspace = true, default-features = true } -- GitLab