Skip to content

v0.2.0

Compare
Choose a tag to compare
@complexspaces complexspaces released this 01 Mar 16:58
· 42 commits to main since this release

Fixed

  • Fixed a soundness issue on Linux and BSDs by querying the environment directly instead of using libc setlocale. The libc setlocale is not safe for use in a multi-threaded context.

Changed

  • No longer no_std on Linux and BSDs