Add missing std feature flags to a couple Substrate dependencies

This commit is contained in:
Luke Parker
2023-10-20 17:53:07 -04:00
parent 3797679755
commit 8ead7a2581
2 changed files with 5 additions and 1 deletions

View File

@@ -35,7 +35,10 @@ std = [
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-std/std",
"sp-application-crypto/std",
"sp-runtime/std",
"frame-system/std",
"frame-support/std",