Skip to content

Commit

Permalink
Add explicit features list to tinystr (#6040)
Browse files Browse the repository at this point in the history
At this point we should always be using `dep:` to avoid confusion, and
it helps when people are looking at the features list.
  • Loading branch information
Manishearth authored Jan 28, 2025
1 parent f958d46 commit 2508e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/tinystr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ criterion = { workspace = true }
[features]
default = ["alloc"]
alloc = []
zerovec = ["dep:zerovec"]
databake = ["dep:databake"]
serde = ["dep:serde"]

[lib]
bench = false # This option is required for Benchmark CI
Expand Down

0 comments on commit 2508e6b

Please sign in to comment.