rust-osdev / linked-list-allocator

Apache License 2.0
219 stars 53 forks source link

Update AllocRef implementation for latest API changes #30

Closed phil-opp closed 4 years ago

phil-opp commented 4 years ago

The AllocRef API was changed again in https://github.com/rust-lang/rust/pull/70362. This PR updates this crate to the new API.

Fixes #29

phil-opp commented 4 years ago

Publishes as version 0.8.2.