Skip to content
Commit a987d90b authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Check that `serde` is present in `sc-chain-spec-derive`

We should check that `serde` is present when using
`sc-chains-spec-derive`, because we require this for the generated
struct. This also switches the generated `derive` instruction to import
`Serialize`/`Deserialize` by path to not require the user to import
these derive macros.
parent 5862ef15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment