Skip to content
Snippets Groups Projects
Commit c9892d71 authored by Seemant Aggarwal's avatar Seemant Aggarwal
Browse files

fixing imports

parent 8503aa0e
Branches
No related merge requests found
Pipeline #519145 waiting for manual action with stages
in 3 minutes and 24 seconds
......@@ -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 }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment