diff --git a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml index 0d01f36bd3..430ef29a1f 100644 --- a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml @@ -65,4 +65,5 @@ std = [ "cumulus-pallet-solo-to-para/std", "cumulus-primitives-core/std", "parachain-info/std", + "parachains-common/std", ] diff --git a/cumulus/parachains/runtimes/starters/shell/Cargo.toml b/cumulus/parachains/runtimes/starters/shell/Cargo.toml index 826e43bdc6..6a351cb5c2 100644 --- a/cumulus/parachains/runtimes/starters/shell/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/shell/Cargo.toml @@ -74,6 +74,7 @@ std = [ "cumulus-primitives-core/std", "cumulus-primitives-utility/std", "parachain-info/std", + "parachains-common/std", ] try-runtime = [ "frame-executive/try-runtime",