mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 11:58:01 +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"
|
||||
|
||||
[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-util = { path = "../subsystem-util" }
|
||||
polkadot-node-subsystem-types = { path = "../subsystem-types" }
|
||||
|
||||
Reference in New Issue
Block a user