diff --git a/crates/collections/Cargo.toml b/crates/collections/Cargo.toml index 809b238d57..747de6f064 100644 --- a/crates/collections/Cargo.toml +++ b/crates/collections/Cargo.toml @@ -20,7 +20,7 @@ ahash = { version = "0.8.11", default-features = false, optional = true } [features] default = ["std"] -std = ["string-interner/std"] +std = ["string-interner?/std"] # Hash collections usage: #