diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index 87cba72ced371431fdb149dd133c765a70c3b2fb..e564950eabbc3f673626d84ac2db77b28fd1060c 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -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" }