Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
692 stars 237 forks source link

`azure_identity` 0.18.0 docs failed to build #1511

Closed johnbatty closed 9 months ago

johnbatty commented 9 months ago

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: https://github.com/Azure/azure-sdk-for-rust/commit/3dd2391041628ed2fe987de923714edd568c7fe8