From 9b93df846769234cd16bede9912010694e2923ec Mon Sep 17 00:00:00 2001 From: Squirrel Date: Fri, 28 Jul 2023 21:50:25 +0100 Subject: [PATCH] was implicitly turned on before by a dep recently removed (#2949) --- cumulus/parachains/integration-tests/emulated/common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index ec9f0c24e1..ec7fd21fac 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -26,7 +26,7 @@ beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/p # Polkadot polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master", features = ["full-node"] } polkadot-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" }