Skip to content

base64ct: v1.7.0 - #1683

Merged
baloo merged 1 commit into
RustCrypto:masterfrom
baloo:baloo/base64ct/v1.7.0
Feb 26, 2025
Merged

base64ct: v1.7.0#1683
baloo merged 1 commit into
RustCrypto:masterfrom
baloo:baloo/base64ct/v1.7.0

Conversation

@baloo

Copy link
Copy Markdown
Member

Added
- derive additional traits on alphabets (RustCrypto#1578)
Changed
- MSRV 1.85 // Edition 2024 (RustCrypto#1670)
- reject zero-length decode requests (RustCrypto#1387)
- use `core::error::Error` (RustCrypto#1681)
@baloo

Copy link
Copy Markdown
MemberAuthor

This is only because it makes RustCrypto/password-hashes#563 a whole lot easier.

I'm using relying on the switch to core::error over there, and patching it to all the dependent crates is more of a hassle than just releasing a new stable version.

@baloo
baloo merged commit e91e337 into RustCrypto:masterFeb 26, 2025
@baloo
baloo deleted the baloo/base64ct/v1.7.0 branch February 26, 2025 07:31
Sign up for freeto 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

@baloo@tarcieri