Skip to content

scrypt: fixup doc compilation #606

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

Merged
merged 1 commit into from
May 30, 2025

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