Skip to content

Conversation

@baloo
Copy link
Member

@baloo baloo commented May 30, 2025

When scrypt used a dependency with default-features = false, the doc compilation will fail because password_hash::PasswordHasher will be unavailable (password-hash is only pulled simple feature is used).

It did not show up in CI, because password-hash is also provided as a dev-dependency and is available when cargo test evaluates the documentation.

Fixup #602

When scrypt used a dependency with `default-features = false`, the doc
compilation will fail because `password_hash::PasswordHasher` will be
unavailable (`password-hash` is only pulled `simple` feature is used).

It did not show up in CI, because `password-hash` is also provided as a
`dev-dependency` and is available when `cargo test` evaluates the
documentation.
@baloo
Copy link
Member Author

baloo commented May 30, 2025

@tarcieri any chance to make another release of scrypt after this?

RustCrypto/formats#1847 for the downstream build that failed

@tarcieri
Copy link
Member

@baloo sure

@tarcieri tarcieri merged commit f57df7e into RustCrypto:master May 30, 2025
14 checks passed
@baloo baloo deleted the baloo/scrypt/fixup-doc branch May 30, 2025 21:09
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.

2 participants