Skip to content

v1.7.0

  • v1.7.0
  • 229c7ee
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v1.7.0
  • 229c7ee
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Alexis211 Alexis211 tagged this 03 Mar 12:48
* Support building for no_std using nightly Rust compiler

- Adds a new feature `experimental-thread-local` that enables building for no_std targets.
  If this feature is not enabled, the crate is identical as before,
  still allowing for compilation using Rust stable >= 1.38.0.

- The `experimental-thread-local` feature makes use of experimental features `thread_local`
  and `lazy_cell`, thus requiring a nightly Rust compiler.

- Support for `std::sync::RwLock` is dropped in no_std builds.
Assets 2
Loading