Skip to content

Commit

Permalink
Conditionally foward the std crate feature for string-interner (#…
Browse files Browse the repository at this point in the history
…1304)

conditionally foward the `std` crate feature for `string-interner`
  • Loading branch information
Robbepop authored Nov 11, 2024
1 parent 1aa2256 commit cba63fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down

0 comments on commit cba63fe

Please sign in to comment.