From 8e98528cc10a05e9a7d5201f8c7d208794e4ef4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Sahl=C3=A9n?= Date: Wed, 5 Mar 2025 22:38:23 +0100 Subject: [PATCH] Don't include default features of slab --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bd4cbe..71cda0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ fixedbitset = { version = "0.5.7", default-features = false, optional = true } futures-core = { version = "0.3", default-features = false } futures-lite = { version = "2.5.0", default-features = false } pin-project = "1.1" -slab = { version = "0.4.9", optional = true } +slab = { version = "0.4.9", optional = true, default-features = false } smallvec = { version = "1.13", optional = true } futures-buffered = "0.2.9"