-
Notifications
You must be signed in to change notification settings - Fork 101
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
Comments
0.8.7 is released. |
Is there a chance to also get #183 backported to 0.7 branch and released in 0.7.8? |
2 tasks
micolous
added a commit
to micolous/webauthn-rs
that referenced
this issue
Apr 7, 2024
2 tasks
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
Rust Std currently depends on
ahash
throughstdarch
. But sincestdarch
is trying to change the name of some nightly features names, which the current version ofahash
(v0.8.6) relies on, it is currently blocked (see rust-lang/rust#117372) on a new release ofahash
with #183.A new release to unblock further work in Rust Std would be much appreciated!
Thank you.
The text was updated successfully, but these errors were encountered: