Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: features accidentally pull in optional dependency (#147)
For example the `std` feature was pulling in `serde` even when it was not enabled by any features. This commit also renames the `serde-codec` feature to just `serde` to be aligned with rust-multihash. Fixes #142.
- Loading branch information