We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374df78 commit c4873c9Copy full SHA for c4873c9
1 file changed
derive/changelog.md
@@ -1,6 +1,11 @@
1
2
## `bytemuck_derive` changelog
3
4
+## 1.10.1
5
+
6
+* changes the derive macros to not use `transmute` size matching when checking
7
+ fof padding in a type. instead, an actual assert is used in a const block.
8
9
## 1.10.0
10
11
* add support for deriving NoUninit on enums with fields.
0 commit comments