Skip to content
Snippets Groups Projects
Commit 5fa1b85b authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#195): xtask was broken

fix taken from commti 2b050e27
parent 7214388c
Branches
Tags
No related merge requests found
......@@ -13,12 +13,12 @@ path = "src/main.rs"
name = "xtask"
[dependencies]
anyhow = { workspace = true }
anyhow = { workspace = true, features = ["std"] }
clap = { workspace = true, features = ["derive"] }
codec = { workspace = true, features = ["derive", "full", "bit-vec"] }
frame-metadata = { workspace = true }
frame-metadata = { workspace = true, features = ["current", "std"] }
graphql_client = { workspace = true }
hex = { workspace = true }
hex = { workspace = true, features = ["alloc"] }
memmap2 = { workspace = true }
placeholder = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment