Fix polkadot-runtime-constants std build (#6503)

* Fix polkadot-runtime-constants std build

* Fix kusama, rococo and westend constants std build

* Code review fixes
This commit is contained in:
Serban Iorga
2023-01-04 23:27:25 +02:00
committed by GitHub
parent 87ef83684b
commit a6ee76a769
4 changed files with 12 additions and 0 deletions
@@ -17,6 +17,9 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features =
[features] [features]
default = ["std"] default = ["std"]
std = [ std = [
"frame-support/std",
"primitives/std",
"runtime-common/std",
"sp-core/std", "sp-core/std",
"sp-runtime/std", "sp-runtime/std",
"sp-weights/std" "sp-weights/std"
@@ -17,6 +17,9 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features =
[features] [features]
default = ["std"] default = ["std"]
std = [ std = [
"frame-support/std",
"primitives/std",
"runtime-common/std",
"sp-core/std", "sp-core/std",
"sp-runtime/std", "sp-runtime/std",
"sp-weights/std" "sp-weights/std"
@@ -17,6 +17,9 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features =
[features] [features]
default = ["std"] default = ["std"]
std = [ std = [
"frame-support/std",
"primitives/std",
"runtime-common/std",
"sp-core/std", "sp-core/std",
"sp-runtime/std", "sp-runtime/std",
"sp-weights/std" "sp-weights/std"
@@ -17,6 +17,9 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features =
[features] [features]
default = ["std"] default = ["std"]
std = [ std = [
"frame-support/std",
"primitives/std",
"runtime-common/std",
"sp-core/std", "sp-core/std",
"sp-runtime/std", "sp-runtime/std",
"sp-weights/std" "sp-weights/std"