Skip to content

Clircle 0.6.0

Compare
Choose a tag to compare
@niklasmohrin niklasmohrin released this 24 Oct 17:45
· 5 commits to main since this release
v0.6.0
77d0604

This release changes how the Identifier type is defined. Instead of aliasing the platform implementation, a new type is created that (privately) wraps the specific implementation, so that the internals can be changed without breaking the public interface. In that spirit, the re-exports of libc and winapi have been removed.

Additionally, to aid packaging, the nix dev-dependency is updated to the latest version. This required a bump of the MSRV to Rust 1.69.