Skip to content

Commit

Permalink
Make equivalent default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jun 12, 2024
1 parent e25e6bb commit f93727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bumpalo = { version = "3.13.0", features = ["allocator-api2"] }
rkyv = { version = "0.7.42", features = ["validation"] }

[features]
default = ["ahash", "inline-more", "allocator-api2"]
default = ["ahash", "inline-more", "allocator-api2", "equivalent"]

nightly = ["allocator-api2?/nightly", "bumpalo/allocator_api"]

Expand Down

0 comments on commit f93727d

Please sign in to comment.