v0.6.0
This release removes the metrics
features altogether allowing us to rely on the default borsh serialization methods, and thereby fixing a bug located in the manual implementation of BorshSerialize
for Node
.
What's Changed
- Add missing serde derives by @preston-evans98 in #92
- ci: emit proptest regressions on test failures by @conorsch in #93
- Remove metrics feature by @preston-evans98 in #94
- cargo: prepare
0.6.0
release by @erwanor in #95
New Contributors
Full Changelog: 0.5.0...v0.6.0