From a4aa4166d20ac972cc78471b27709f67d30ed21b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 27 Jul 2026 10:49:32 -0400 Subject: [PATCH] Remove the nonfunctional alloc feature. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93f02dd..b833967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,6 @@ bench = false default = ["std"] std = [] -# This feature doesn’t actually do anything. TODO: remove in v0.4. -alloc = [] - [dependencies] cfg-if = "1" # Note that this feature is deprecated and will be removed.