Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lru dependency #10

Merged
merged 1 commit into from
May 6, 2024
Merged

Update lru dependency #10

merged 1 commit into from
May 6, 2024

Conversation

robinhundt
Copy link
Contributor

Because of a change to the stdsimd nightly feature, num-prime is currently broken on nightly, as it depends on an old version of ahash

ahash v0.7.7
└── hashbrown v0.12.3
    └── lru v0.7.8
        └── num-prime v0.4.3

which uses automatic nightly detection and enables the now removed stdsimd feature (see tkaitchuck/aHash#200). This issue is fixed in a new version of ahash which is now transitively used by the updated dependency on lru.

@cmpute cmpute merged commit 27aff37 into cmpute:master May 6, 2024
@cmpute
Copy link
Owner

cmpute commented May 6, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

None yet

2 participants