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

patch ahash 0.7.x to support AVR using atomic-polyfill #125

Merged
merged 2 commits into from Oct 23, 2022

Conversation

mutantbob
Copy link
Contributor

This is an alternative to #124 against the 0.7 stream.

Some crates depend on 0.7.x and switching them to 0.8.0 triggers a lot of compile errors ( rust-lang/hashbrown#356 ) .

This patch could become part of version 0.7.7 which would enable crates which depend on ahash 0.7 to compile on architectures (like AVR) which need atomic-polyfill for things like AtomicUsize and Ordering.

@tkaitchuck tkaitchuck self-requested a review September 11, 2022 21:24
@tkaitchuck tkaitchuck merged commit 0847da5 into tkaitchuck:release-0.7 Oct 23, 2022
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.

None yet

2 participants