Skip to content
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

ci: Bump crates to Solana 2.0.3 #7047

Merged
merged 5 commits into from
Jul 25, 2024
Merged

Conversation

joncinque
Copy link
Contributor

@joncinque joncinque commented Jul 23, 2024

Problem

Maybe related to #7043, cargo install spl-token-cli brings in multiple versions of solana-program, likely due to the 2.0.0 crates used by SPL.

Solution

2.0.3 (and maybe 2.0.2, I can't remember) only uses SPL crates that use Solana v2, so bump everything to be safe.

This PR wad made just from running ./update-solana-dependencies.sh 2.0.3 and cargo clippy

samkim-crypto
samkim-crypto previously approved these changes Jul 24, 2024
@joncinque
Copy link
Contributor Author

Sorry, the test failures are legitimate -- some RPC methods were removed, and the client libraries are still using them, so I'm going through and fixing those up

@joncinque joncinque closed this Jul 24, 2024
@joncinque joncinque reopened this Jul 24, 2024
@joncinque joncinque merged commit d1fa4d5 into solana-labs:master Jul 25, 2024
58 checks passed
@joncinque joncinque deleted the bumps branch July 25, 2024 14:53
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