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

Update Cargo.lock #1083

Merged
merged 2 commits into from
Jun 19, 2024
Merged

Update Cargo.lock #1083

merged 2 commits into from
Jun 19, 2024

Conversation

newpavlov
Copy link
Member

No description provided.

pub const LBT_X86: c_ulong = libc::HWCAP_LOONGARCH_LBT_X86;
pub const LBT_ARM: c_ulong = libc::HWCAP_LOONGARCH_LBT_ARM;
pub const LBT_MIPS: c_ulong = libc::HWCAP_LOONGARCH_LBT_MIPS;
pub const PTW: c_ulong = libc::HWCAP_LOONGARCH_PTW;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These constants were renamed in rust-lang/libc#3551. Strictly speaking, it's a breaking change on the libc side, but I guess nobody cares...

@newpavlov newpavlov merged commit ba7ede1 into master Jun 19, 2024
91 checks passed
@newpavlov newpavlov deleted the upd_lock branch June 19, 2024 22:01
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