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

azure_identity 0.18.0 docs failed to build #1511

Closed
johnbatty opened this issue Dec 9, 2023 · 0 comments · Fixed by #1513
Closed

azure_identity 0.18.0 docs failed to build #1511

johnbatty opened this issue Dec 9, 2023 · 0 comments · Fixed by #1513

Comments

@johnbatty
Copy link
Contributor

The docs for azure_identity failed to build on the 0.18.0 release: https://docs.rs/crate/azure_identity/latest

Failed build:

Build error:

[INFO] [stderr] error: none of the selected packages contains these features: hmac_openssl, hmac_rust

It is locally reproducable:

$ cargo doc --features "enable_reqwest enable_reqwest_rustls hmac_rust hmac_openssl development client_certificate azureauth_c
li"
error: none of the selected packages contains these features: hmac_openssl, hmac_rust

So the problem line appears to be this:

Introduced here: 3dd2391

@johnbatty johnbatty changed the title azure_identity 0.18.0 docs failed to build azure_identity 0.18.0 docs failed to build Dec 9, 2023
@demoray demoray linked a pull request Dec 11, 2023 that will close this issue
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 a pull request may close this issue.

1 participant