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 libc deps to 0.2.95 #789

Merged

Conversation

danield9tqh
Copy link
Contributor

Fixes #788. I'm not sure if all targets need to be updated or just aarch64 (probably just aarch64). If so I can remove bumping the version in other targets

HWCAP_* consts for aarch64 were added to libc in rust-lang/libc#2172 and released in v0.2.95

It looks like these constants were imported into cpufeatures in #456 and the libc version was bumped to 0.2.95 accordingly. But then in #732 libc version was bumped down. I think the minimum libc version should be bumped back up to 0.2.95 to include these constants

@danield9tqh danield9tqh changed the title update libc deps to 0.2.95 Update libc deps to 0.2.95 Aug 1, 2022
@tarcieri
Copy link
Member

tarcieri commented Aug 2, 2022

Yeah, makes sense. It was specifically set to v0.2.95 for those those constants, and bumped down by mistake since it wasn't properly tested.

@tarcieri tarcieri merged commit 7a083ff into RustCrypto:master Aug 2, 2022
@danield9tqh danield9tqh deleted the require-min-libc-for-cpufeatures branch August 2, 2022 01:00
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.

cpufeatures depends on minumum libc version 0.2.95
2 participants