Skip to content

Migrate to core::error::Error#1711

Merged
newpavlov merged 1 commit intomasterfrom
core_error
Nov 15, 2024
Merged

Migrate to core::error::Error#1711
newpavlov merged 1 commit intomasterfrom
core_error

Conversation

@newpavlov
Copy link
Copy Markdown
Member

No description provided.

@newpavlov newpavlov requested a review from tarcieri November 13, 2024 16:43
match self {
Self::B64Encoding(err) => Some(err),
// TODO: restore after base64ct will migrate to core::error::Error
// Self::B64Encoding(err) => Some(err),
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a temporary workaround until base64ct is updated.

@newpavlov newpavlov merged commit f5266b8 into master Nov 15, 2024
@newpavlov newpavlov deleted the core_error branch November 15, 2024 01:17
tarcieri added a commit that referenced this pull request Apr 23, 2025
We've since migrated to `core::error::Error` (#1711)
tarcieri added a commit that referenced this pull request Apr 23, 2025
We've since migrated to `core::error::Error` (#1711)
@tarcieri tarcieri mentioned this pull request May 2, 2026
tarcieri added a commit that referenced this pull request May 2, 2026
## Added
- `RandomizedSignerMut` trait (#1448)
- `core::error::Error` support (#1711)
- Async traits incorporated from the `async-signature` crate (#1720, #2288)
- `MultipartSigner` and `MultipartVerifier` traits (#1880)

## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#1759)
- Use `Fn(&mut D)` for `*DigestSigner`/`*DigestVerifier` (#2004)
- Bump `rand_core` to v0.10 (#2250)
- Bump `digest` to v0.11 (#2300)

## Removed
- Error source from display message (#1689)
- `std` feature (#1829)
- `derive` feature (#1843)
- `SignerMut` blanket implementation for `Signer` (#1915)
- `PrehashSignature` trait (#1924)
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