Skip to content

Update lru dependency#10

Merged
cmpute merged 1 commit intouutils:masterfrom
robinhundt:master
May 6, 2024
Merged

Update lru dependency#10
cmpute merged 1 commit intouutils:masterfrom
robinhundt:master

Conversation

@robinhundt
Copy link
Copy Markdown
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 uutils:master May 6, 2024
@cmpute
Copy link
Copy Markdown
Collaborator

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

Development

Successfully merging this pull request may close these issues.

2 participants