Skip to content

Releases: danielhenrymantilla/byte-strings-rs

v0.3.1

12 Jun 23:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

12 Jun 23:31
Compare
Choose a tag to compare
Version 0.3.0 release:

  - Bumped MSRV to 1.65.0 so as to:
      - be `#![no_std]`
      - depend on syn 2.0
      - not require the `const_friendly` opt-in Cargo feature (removed!)
  - Removed the `const_friendly` feature, and the `CStr` item
  - Pin the proc-macro version w.r.t. the frontend crate.

TODO: Remove the proc-macros altogether?

v0.2.2

10 Dec 11:44
Compare
Choose a tag to compare

v0.2.1

28 Oct 10:39
Compare
Choose a tag to compare
Add `#[repr(transparent)]` to `CStr`