rust-osdev / spinning_top

A simple spinlock crate based on the abstractions provided by the `lock_api` crate.
Apache License 2.0
37 stars 4 forks source link

Upgrade lock_api to 0.4.7 #13

Closed jannic closed 1 year ago

jannic commented 1 year ago

This makes Spinlock::new a const function without needing nightly rust.

phil-opp commented 1 year ago

Thanks a lot! Published as v0.2.5