Thanks to visit codestin.com
Credit goes to github.com

Skip to content

keypair: Explicitly add five8_core dependency#585

Merged
joncinque merged 1 commit intoanza-xyz:masterfrom
joncinque:five8core
Feb 24, 2026
Merged

keypair: Explicitly add five8_core dependency#585
joncinque merged 1 commit intoanza-xyz:masterfrom
joncinque:five8core

Conversation

@joncinque
Copy link
Collaborator

Problem

Some upgrades to solana-keypair v3.1.1 are failing because the DecodeError from five8_core doesn't implement core::error::Error. This is happening because five8 allows for loose dependencies on five8_core: https://crates.io/crates/five8/1.0.0/dependencies

Summary of changes

Explicitly add five8_core v1 as a dependency to solana-keypair, to be sure that DecodeError implements Error.

@joncinque joncinque requested a review from grod220 February 24, 2026 20:28
#### Problem

Some upgrades to solana-keypair v3.1.1 are failing because the
`DecodeError` from `five8_core` doesn't implement `core::error::Error`.
This is happening because `five8` allows for loose dependencies on
`five8_core`: https://crates.io/crates/five8/1.0.0/dependencies

#### Summary of changes

Explicitly add five8_core v1 as a dependency to solana-keypair, to be
sure that `DecodeError` implements `Error`.
@joncinque joncinque merged commit 55b5503 into anza-xyz:master Feb 24, 2026
30 checks passed
@joncinque joncinque deleted the five8core branch February 24, 2026 21:12
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