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

crossbeam-utils fails to compile on esp32* targets starting Rust 1.74 #1048

Closed
torkleyy opened this issue Dec 12, 2023 · 3 comments
Closed

Comments

@torkleyy
Copy link
Contributor

Emulation for 64-bit atomics was removed (rust-lang/rust#117305, esp-rs/rust#196), so the latest release no longer compiles.

The latest code on main does compile, because it uses the correct cfgs to check for availability of 64-bit atomics.

@taiki-e
Copy link
Member

taiki-e commented Dec 13, 2023

The latest code on main does compile, because it uses the correct cfgs to check for availability of 64-bit atomics.

Yeah, we need to create new release.

@taiki-e
Copy link
Member

taiki-e commented Dec 13, 2023

The changes needed for the release are already in v0.8-next branch, but I have to go to work so the release will probably be this evening (in JST).

@taiki-e
Copy link
Member

taiki-e commented Dec 13, 2023

Published crossbeam-utils v0.8.17.

@taiki-e taiki-e closed this as completed Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants