Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow using serde feature in no_std environment (#385)
When `serde` is used, it would enable its default feature `std`. This of course breaks no_std build. Fix this by disabling serde's default features. This should work for both serde + std and serde + no_std case.
- Loading branch information