Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@newAM newAM released this 05 Nov 00:23
· 16 commits to master since this release
5ff132a

Added

  • Implemented Allocator for Heap with the allocator_api crate feature.
    This feature requires a nightly toolchain for the unstable allocator_api
    compiler feature.

Changed

  • Updated linked_list_allocator dependency to 0.10.5, which allows
    compiling with stable rust.