rust-osdev / linked-list-allocator

Apache License 2.0
219 stars 53 forks source link

Use new spinning_top crate instead of `spin` #23

Closed phil-opp closed 4 years ago

phil-opp commented 4 years ago

The spin crate is no longer maintained.

This is a breaking change because the LockedHeap type exposes the guard type.

Fixes #22

phil-opp commented 4 years ago

Released as version 0.7.0