Releases: rust-embedded/embedded-alloc
Releases · rust-embedded/embedded-alloc
v0.6.0
v0.5.1
Added
- Implemented
Allocator
forHeap
with theallocator_api
crate feature.
This feature requires a nightly toolchain for the unstableallocator_api
compiler feature.
Changed
- Updated
linked_list_allocator
dependency to 0.10.5, which allows
compiling with stable rust.
v0.5.0
v0.4.3
What's Changed
- Change usage example for statically allocated heap by @nviennot in #53
- fix: remove usage of HEAP mut ref in example by @wcampbell0x2a in #54
- update
linked_list_allocator
to0.10.4
by @rursprung in #57 - Prepare v0.4.3 by @adamgreig in #58
New Contributors
- @nviennot made their first contribution in #53
- @wcampbell0x2a made their first contribution in #54
- @rursprung made their first contribution in #57
Full Changelog: v0.4.2...v0.4.3