Skip to content

Commit f93727d

Browse files
committed
Make equivalent default feature
1 parent e25e6bb commit f93727d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bumpalo = { version = "3.13.0", features = ["allocator-api2"] }
5050
rkyv = { version = "0.7.42", features = ["validation"] }
5151

5252
[features]
53-
default = ["ahash", "inline-more", "allocator-api2"]
53+
default = ["ahash", "inline-more", "allocator-api2", "equivalent"]
5454

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

0 commit comments

Comments
 (0)