Skip to content

bcrypt-pbkdf + password-auth: remove/disable std features#822

Merged
tarcieri merged 1 commit intomasterfrom
bcrypt-pbkdf+password-auth/remove-std-features
Jan 20, 2026
Merged

bcrypt-pbkdf + password-auth: remove/disable std features#822
tarcieri merged 1 commit intomasterfrom
bcrypt-pbkdf+password-auth/remove-std-features

Conversation

@tarcieri
Copy link
Copy Markdown
Member

These features are literally doing nothing other than linking std. They seem to be vestiges of std::error::Error.

  • Removes the feature from bcrypt-pbkdf completely
  • Makes it a no-op in password-auth, but doesn't remove it because it would be a breaking change and it's a post-1.0 crate

These features are literally doing nothing other than linking `std`.
They seem to be vestiges of `std::error::Error`.

- Removes the feature from `bcrypt-pbkdf` completely
- Makes it a no-op in `password-auth`, but doesn't remove it because it
  would be a breaking change and it's a post-1.0 crate
@tarcieri tarcieri merged commit cd61372 into master Jan 20, 2026
15 checks passed
@tarcieri tarcieri deleted the bcrypt-pbkdf+password-auth/remove-std-features branch January 20, 2026 18:59
@tarcieri tarcieri mentioned this pull request Apr 21, 2026
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.

1 participant