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

fix: mips-* reenabled, moka automatically switches to a fallback impl for AtomicU64 #1845

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tatsuya6502
Copy link

@tatsuya6502 tatsuya6502 commented Jan 10, 2025

  • Updated moka to v0.12.10 by running cargo update -p moka.
  • Reenable mips-* builds as [email protected] automatically switches to a fallback implementation for AtomicU64 when necessary. (It uses portable-atomic crate)

https://github.com/moka-rs/moka/blob/main/CHANGELOG.md#version-01210

Tested locally by running the following command and confirming that the build succeeded:

$ cross +nightly build --target mips-unknown-linux-gnu -Z build-std=std,panic_abort,proc_macro

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.

1 participant