diff --git a/Cargo.toml b/Cargo.toml index f08ab98..91a2f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ repository = "https://github.com/rust-osdev/spinning_top" [features] nightly = ["lock_api/nightly"] +owning_ref = ["lock_api/owning_ref"] [dependencies] lock_api = "0.4.0"