wincode-derive@v0.5.0
·
19 commits
to master
since this release
What's Changed
- Only add trait bounds for type params that are actually used by @IVSOP in #341
- fix(derive): avoid wrap in init count for large structs by @cpubot in #355
- fix(derive)!: ensure enum discriminant tags are unique by @cpubot in #362
- chore(derive)!: remove derive
fromattribute by @cpubot in #371 - fix: enum tag encoding overflow error for serialize_size by @kskalski in #379
- fix(UninitBuilder)!: preserve generic declaration order by @cpubot in #380
- fix(UninitBuilder)!: enforce exact field types in projections by @cpubot in #387
New Contributors
- @yevshev made their first contribution in #326
- @R9295 made their first contribution in #328
- @IVSOP made their first contribution in #341
Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.5.5...wincode-derive@v0.5.0