mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user