We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This was released in 0.7.8: #200 (comment)
Sorry, something went wrong.
No branches or pull requests
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
It will force the ahash even if something in your upstream depends on ahash (e.g. hashbrown, looking at you)
Thanks for considering.
The text was updated successfully, but these errors were encountered: