0.7.0
What's Changed
- Change internal representation of
IDfromNonZeroU128to[u8;16].
A change in Rust 1.77 caused the memory alignment for u128 to differ depending the platform, and thus leading to issues for usage through FFI (see eclipse-zenoh/zenoh-c#295). Note that this is not a change of API (just ABI)
Full Changelog: 0.6.3...0.7.0