Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix polkadot-runtime-constants std build (#6503)
Browse files Browse the repository at this point in the history
* Fix polkadot-runtime-constants std build

* Fix kusama, rococo and westend constants std build

* Code review fixes
  • Loading branch information
serban300 authored Jan 4, 2023
1 parent f7ef01b commit 2feb6c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/kusama/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions runtime/polkadot/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions runtime/rococo/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions runtime/westend/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2feb6c7

Please sign in to comment.