rust-osdev/linked-list-allocator

const_mut_refs is forcing spinning_top

Closed this issue · 0 comments

After the change in #46, const_mut_refs now enables the spinning_top dependency, which I don't think is required. This is causing breakage on alloc-cortex-m because spinning_top uses CAS, which isn't available in thumbv6.