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

Backport stdsimd removal fix to 0.7.x #241

Closed
Ciantic opened this issue Aug 16, 2024 · 1 comment
Closed

Backport stdsimd removal fix to 0.7.x #241

Ciantic opened this issue Aug 16, 2024 · 1 comment

Comments

@Ciantic
Copy link

Ciantic commented Aug 16, 2024

This was suggested here: #200 (comment)

I think it would be a good idea, it could fix a lot of things upstream.

Currently, only way to fix broken packages is to use this in Cargo.toml

[patch.crates-io]
ahash = { git = "https://github.com/tkaitchuck/aHash" }

It will force the ahash even if something in your upstream depends on ahash (e.g. hashbrown, looking at you)

Thanks for considering.

@tkaitchuck
Copy link
Owner

This was released in 0.7.8: #200 (comment)

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

No branches or pull requests

2 participants