Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We used to have this (inverted) dependency structure: ahash v0.7.7 └── hashbrown v0.12.3 └── rkyv v0.7.44 [dev-dependencies] └── hashbrown v0.14.3 (/home/ben/hashbrown) rkyv's validation feature uses its alloc feature which uses hashbrown 0.12 with default features enabled, and one of those is ahash.
- Loading branch information