Skip to content

v0.11.1

Compare
Choose a tag to compare
@Robbepop Robbepop released this 07 Nov 00:13
· 7 commits to master since this release
v0.11.1
1874f21

0.11.1 (2020-11-07)

  • Allow non-overlapping #[skip(getters)] and #[skip(setters)] attributes. This might be useful for conditional compilation.
  • Fixed a bug with #[skip] skipped fields not properly bumping the bit offset
  • Fixed a minor bug where duplicate #[skip] attributes would yield a confusing error.