v0.7.0-alpha.2
Pre-release
Pre-release
What's Changed
- Switch from actions-rs/toolchain to dtolnay/rust-toolchain. by @AntoniosBarotsis in #103
- [CI] Optimize (and fix) caching by @glokta1 in #106
- Have zerocopy depend exactly on derive version by @joshlf in #108
- Cargo.toml: use
license
instead oflicense-file
by @gburgessiv in #104 - Add tests for trait object safety by @joshlf in #111
- Add FromBytes::new_vec_zeroed by @joshlf in #112
- Move padding checks into
derive_util
macros by @djkoloski in #113 - Move field type bounds into where clauses by @djkoloski in #119
- Make Unalign::into_inner const by @joshlf in #60
- Don't assume primitive type alignments by @joshlf in #118
- Transparent generic structs by @djkoloski in #120
- [generate-readme.sh] Fix typo in copyright comment by @joshlf in #124
- [derive] Clean up AsBytes support on repr(packed) by @joshlf in #128
- [derive] Support deriving on unsized types by @joshlf in #122
- [byteorder] Derive AsBytes for byteorder types by @joshlf in #131
- Test that some types don't implement some traits by @joshlf in #133
- Release 0.7.0-alpha.2 by @joshlf in #134
New Contributors
- @glokta1 made their first contribution in #106
- @gburgessiv made their first contribution in #104
Full Changelog: v0.7.0-alpha.1...v0.7.0-alpha.2