primitives: added serde feature (#14256)

serde feature added for:
- sp-statement-store
- sp-authority-discovery
This commit is contained in:
Michal Kucharczyk
2023-05-29 15:32:56 +01:00
committed by GitHub
parent c40a4cc139
commit a673b7ff7c
2 changed files with 11 additions and 0 deletions
@@ -30,3 +30,8 @@ std = [
"sp-runtime/std",
"sp-std/std",
]
serde = [
"scale-info/serde",
"sp-application-crypto/serde",
"sp-runtime/serde",
]
@@ -39,3 +39,9 @@ std = [
"thiserror",
"log",
]
serde = [
"scale-info/serde",
"sp-application-crypto/serde",
"sp-core/serde",
"sp-runtime/serde",
]