mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 17:17:56 +00:00
Make correct feature selection in node-template Cargo.toml (#2306)
This commit is contained in:
@@ -32,7 +32,6 @@ consensus_authorities = { package = "substrate-consensus-authorities", path = ".
|
||||
default = ["std"]
|
||||
std = [
|
||||
"parity-codec/std",
|
||||
"primitives/std",
|
||||
"client/std",
|
||||
"rstd/std",
|
||||
"runtime-io/std",
|
||||
@@ -42,6 +41,7 @@ std = [
|
||||
"aura/std",
|
||||
"indices/std",
|
||||
"primitives/std",
|
||||
"runtime-primitives/std",
|
||||
"system/std",
|
||||
"timestamp/std",
|
||||
"sudo/std",
|
||||
@@ -51,4 +51,5 @@ std = [
|
||||
"safe-mix/std",
|
||||
"consensus-aura/std",
|
||||
"offchain-primitives/std",
|
||||
"consensus_authorities/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user