Enable missing features (#7466)

This commit is contained in:
Bastian Köcher
2023-07-10 14:37:26 +02:00
committed by GitHub
parent c67723012b
commit ce038948ef
@@ -19,5 +19,8 @@ default = ["std"]
std = [
"sp-core/std",
"sp-runtime/std",
"sp-weights/std"
"sp-weights/std",
"runtime-common/std",
"primitives/std",
"frame-support/std",
]