mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
1.5 KiB
1.5 KiB
bytemuck_derive
changelog
1.2.1
- Fixed a regression of the
align(N)
attribute that occured during otherwise routine cleanup.
1.2.0
- Apparently our minimum required version of
syn
went up without anyone noticing for a while. Because of a bump in oursyn
requirements, we're also issuing this minor version bump in thebytemuck_derive
crate. Because it's possible to reduce the minimum required version of a dep in only a patch release, I'm going to ratchet the required version ofsyn
all the way up to "curret" (1.0.99). If absolutely necessary we could probably reduce the minimumsyn
version again in a patch release for 1.2, but I don't want to play this dance too much so I'd rather make each jump as big as can possibly be. Issue 122. Note: While the corebytemuck
crate continues to keep building on rustc-1.34.0, thebytemuck_derive
crate is considered an opt-in bonus feature (which doesn't do anything you couldn't trivially do yourself) and so it does not support a specific MSRV.
1.1.1
- Adjusted the license files to use full files rather than symlinks. PR The license is unchanged, just no more symlinks.
1.1.0
- Updated to work with
bytemuck-1.9.0
1.0.1
1.0.0
- Initial stable release.