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

New Release #188

Closed
daxpedda opened this issue Dec 15, 2023 · 2 comments
Closed

New Release #188

daxpedda opened this issue Dec 15, 2023 · 2 comments

Comments

@daxpedda
Copy link

Rust Std currently depends on ahash through stdarch. But since stdarch is trying to change the name of some nightly features names, which the current version of ahash (v0.8.6) relies on, it is currently blocked (see rust-lang/rust#117372) on a new release of ahash with #183.

A new release to unblock further work in Rust Std would be much appreciated!
Thank you.

@tkaitchuck
Copy link
Owner

0.8.7 is released.

@mina86
Copy link

mina86 commented Feb 6, 2024

Is there a chance to also get #183 backported to 0.7 branch and released in 0.7.8?

micolous added a commit to micolous/webauthn-rs that referenced this issue Apr 7, 2024
Firstyear pushed a commit to kanidm/webauthn-rs that referenced this issue Apr 7, 2024
* Update actix_web and once_cell to pick up ahash>=0.8.7 (tkaitchuck/aHash#188)

* Remove redundant imports, which are an error on rust nightly

* Expose optional features with `any(all(doc, not(doctest)), feature(...))'.

This fixes broken documentation links, and gives nice banners when building
docs on nightly (which docs.rs does).
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

3 participants