Remove upper-bound on ahash dependency version #454
Labels
C-core
Component: core functionality such as traits, etc.
E-simple
Effort: simple.
T-ergonomics
Type: ergonomics.
Commit f7e979a (
fix ahash MSRV nonsense
) locks down the version of ahash to <= 0.8.7This breaks our build alongside actix-web v4.5.1 which calls for ahash 0.8.9.
I can see there are some more recent commits in ahash (main) but I do not understand the underlying issue well enough to determine if the bug was fixed there.
Can you link this issue to a blocking issue on ahash so we can un-pin the dependency again on this repo?
cc @tobz
The text was updated successfully, but these errors were encountered: