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

Add owning_ref support #7

Closed notgull closed 4 years ago

notgull commented 4 years ago

The lock_api has a feature that allows support for the owning_ref crate. This pull request simply adds a feature gate to this crate that enables the owning_ref feature in the lock_api crate.

phil-opp commented 4 years ago

Thank you!

phil-opp commented 4 years ago

Published as v0.2.2