-
Notifications
You must be signed in to change notification settings - Fork 268
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
[Bug] cargo install error :reference to packed field is unaligned #1056
Comments
Hmmm, interesting. What version of Rust are you using? I'm guessing it might be due to some warning that's been upgraded to an error in recent versions of Rust. EDIT: Yeah, I think it's this. If I build on 1.67:
Relevant upstream issue: MSxDOS/ntapi#15 |
I guess for now a workaround is using the pre-built binaries? There's a winget package and MSI installer. |
Ah. Are you using nightly or beta? I can run |
@ClementTsang it works after switching to stable channel, thanks ;-) |
Glad it worked out for you! Just as an extra update (mostly for myself), this is already fixed in the current master branch, as we only rely on ntapi 0.4.0, which reports no issues when I try checking with beta/nightly ( I'll likely do a 0.8.1/0.9.0 update within the next few weeks, maybe after #812. |
Checklist
Describe the issue
cargo install error msg
What operating system and version are you using?
win11
What architecture are you using?
x86_64 / AMD64
What terminal(s) are you running
bottom
on?windows terminal
What version of
bottom
are you running?latest
How did you install
bottom
?cargo
How can we reproduce this?
cargo install bottom
Additional information
No response
The text was updated successfully, but these errors were encountered: