Skip to content

Commit

Permalink
primitives: added serde feature (paritytech#14256)
Browse files Browse the repository at this point in the history
serde feature added for:
- sp-statement-store
- sp-authority-discovery
  • Loading branch information
michalkucharczyk authored and nathanwhit committed Jul 19, 2023
1 parent af40d7d commit 6b3ddc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions primitives/authority-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ std = [
"sp-runtime/std",
"sp-std/std",
]
serde = [
"scale-info/serde",
"sp-application-crypto/serde",
"sp-runtime/serde",
]
6 changes: 6 additions & 0 deletions primitives/statement-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ std = [
"thiserror",
"log",
]
serde = [
"scale-info/serde",
"sp-application-crypto/serde",
"sp-core/serde",
"sp-runtime/serde",
]

0 comments on commit 6b3ddc1

Please sign in to comment.