Skip to content

wincode-derive@v0.5.0

Choose a tag to compare

@wincode-releaser wincode-releaser released this 17 Jul 17:29
· 19 commits to master since this release
9f638c4

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 from attribute 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

Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.5.5...wincode-derive@v0.5.0