From 01965504e093deeb1d02d1e69351d887568f2cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 16 Oct 2023 12:33:59 +0200 Subject: [PATCH] chore: remove deprecated `nightly` feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cffd734..3ae308d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,6 @@ repository = "https://github.com/rust-osdev/spinning_top" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -# Deprecated - has no effect -nightly = [] owning_ref = ["lock_api/owning_ref"] [dependencies]