mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Enable std feature for all dependencies in node-runtime (#2193)
This commit is contained in:
committed by
Robert Habermeier
parent
2c401652f0
commit
671c0a5e11
@@ -47,12 +47,14 @@ std = [
|
||||
"rstd/std",
|
||||
"runtime_primitives/std",
|
||||
"support/std",
|
||||
"aura/std",
|
||||
"balances/std",
|
||||
"consensus/std",
|
||||
"contract/std",
|
||||
"council/std",
|
||||
"democracy/std",
|
||||
"executive/std",
|
||||
"finality-tracker/std",
|
||||
"grandpa/std",
|
||||
"indices/std",
|
||||
"session/std",
|
||||
@@ -69,6 +71,7 @@ std = [
|
||||
"consensus_aura/std",
|
||||
"rustc-hex",
|
||||
"hex-literal",
|
||||
"serde",
|
||||
"substrate-keyring",
|
||||
"offchain-primitives/std",
|
||||
"consensus_authorities/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user