-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Labels
C-coreComponent: core functionality such as traits, etc.Component: core functionality such as traits, etc.E-simpleEffort: simple.Effort: simple.T-ergonomicsType: ergonomics.Type: ergonomics.
Description
Commit f7e979a (fix ahash MSRV nonsense
) locks down the version of ahash to <= 0.8.7
This 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
Metadata
Metadata
Assignees
Labels
C-coreComponent: core functionality such as traits, etc.Component: core functionality such as traits, etc.E-simpleEffort: simple.Effort: simple.T-ergonomicsType: ergonomics.Type: ergonomics.