From bcca58fa25ea19da9306824affed55e82fd22081 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 13 Jan 2025 01:24:48 +0900 Subject: [PATCH] Update futures-util/Cargo.toml --- futures-util/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/futures-util/Cargo.toml b/futures-util/Cargo.toml index 2ecd6f54b..55d827e13 100644 --- a/futures-util/Cargo.toml +++ b/futures-util/Cargo.toml @@ -22,7 +22,6 @@ sink = ["futures-sink"] io = ["std", "futures-io", "memchr"] channel = ["std", "futures-channel"] portable-atomic = ["futures-core/portable-atomic"] -spin = ["dep:spin"] # Unstable features # These features are outside of the normal semver guarantees and require the