Skip to content

Version 0.1.1

Latest
Compare
Choose a tag to compare
@folkertdev folkertdev released this 11 Dec 14:30
· 3 commits to main since this release
v0.1.1

Changelog

  • ensure that the rust-allocator can be used without std (it just needs alloc)
  • in no_std mode, still panic instead of calling bz_internal_error. The cdylib crate still calls bz_internal_error in its panic handler to remain compatible, but for rust users an actual panic is desirable and plays nicer with building/linking.