Check that `serde` is present in `sc-chain-spec-derive` (#6636)
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
8ab23faf
Please register or sign in to comment