shell and seedling did not build (#1567)

* shell and seedling did not build

(even though CI was green). Time for more CI.

* let's just fix the build in this PR

* Update parachains/runtimes/starters/shell/Cargo.toml

No need to rem this out as we're not testing the new CI changes in this PR.
This commit is contained in:
Squirrel
2022-08-24 12:37:22 +01:00
committed by GitHub
parent 85718e90bb
commit c066eaee49
2 changed files with 2 additions and 0 deletions
@@ -65,4 +65,5 @@ std = [
"cumulus-pallet-solo-to-para/std",
"cumulus-primitives-core/std",
"parachain-info/std",
"parachains-common/std",
]
@@ -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",