Skip to content

0.7.0

Compare
Choose a tag to compare
@JEnoch JEnoch released this 25 Mar 13:23
· 12 commits to master since this release
d29fb40

What's Changed

  • Change internal representation of ID from NonZeroU128 to [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