Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrong serde-codec feature gate (#156)
The `serde-codec` feature was renamed to `serde`, which is now the preferred name. When `serde-codec` is enabled, it also automatically enables the `serde` feature. Hence feature gate the Serde implementation with the `serde` feature.
- Loading branch information