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

Cpuio features out-of-date #15

Open
NightEule5 opened this issue Aug 8, 2023 · 0 comments
Open

Cpuio features out-of-date #15

NightEule5 opened this issue Aug 8, 2023 · 0 comments

Comments

@NightEule5
Copy link

The cpuio crate doesn't build on the latest nightly since due to features being removed. const_fn has been stable for a while now, and llvm_asm was deprecated in 1.56 in favor of asm, which itself was stabilized in 1.59. Any nightly version >1.60 with not build this crate. Both features could be removed and the crate can build on stable now.

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

1 participant