mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +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]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"frame-support/std",
|
||||
"primitives/std",
|
||||
"runtime-common/std",
|
||||
"sp-core/std",
|
||||
"sp-runtime/std",
|
||||
"sp-weights/std"
|
||||
|
||||
@@ -17,6 +17,9 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features =
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"frame-support/std",
|
||||
"primitives/std",
|
||||
"runtime-common/std",
|
||||
"sp-core/std",
|
||||
"sp-runtime/std",
|
||||
"sp-weights/std"
|
||||
|
||||
@@ -17,6 +17,9 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features =
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"frame-support/std",
|
||||
"primitives/std",
|
||||
"runtime-common/std",
|
||||
"sp-core/std",
|
||||
"sp-runtime/std",
|
||||
"sp-weights/std"
|
||||
|
||||
@@ -17,6 +17,9 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features =
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"frame-support/std",
|
||||
"primitives/std",
|
||||
"runtime-common/std",
|
||||
"sp-core/std",
|
||||
"sp-runtime/std",
|
||||
"sp-weights/std"
|
||||
|
||||
Reference in New Issue
Block a user