mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 06:41:02 +00:00
Try to fix disputes test (#4988)
* Try to fix disputes test * Enable all native runtimes
This commit is contained in:
@@ -13,7 +13,7 @@ name = "malus"
|
|||||||
path = "src/malus.rs"
|
path = "src/malus.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
polkadot-cli = { path = "../../cli", default-features = false, features = ["cli", "malus", "polkadot-native"] }
|
polkadot-cli = { path = "../../cli", features = [ "malus", "rococo-native", "kusama-native", "westend-native", "polkadot-native" ] }
|
||||||
polkadot-node-subsystem = { path = "../subsystem" }
|
polkadot-node-subsystem = { path = "../subsystem" }
|
||||||
polkadot-node-subsystem-util = { path = "../subsystem-util" }
|
polkadot-node-subsystem-util = { path = "../subsystem-util" }
|
||||||
polkadot-node-subsystem-types = { path = "../subsystem-types" }
|
polkadot-node-subsystem-types = { path = "../subsystem-types" }
|
||||||
|
|||||||
Reference in New Issue
Block a user