Skip to content

deps: Update Solana v2.3.4 and rust toolchain#76

Merged
joncinque merged 2 commits intosolana-program:mainfrom
joncinque:bump-solana
Jul 29, 2025
Merged

deps: Update Solana v2.3.4 and rust toolchain#76
joncinque merged 2 commits intosolana-program:mainfrom
joncinque:bump-solana

Conversation

@joncinque
Copy link
Contributor

Problem

The v2.3 Solana crates are out, and the toolchain on this repo is a bit old.

Summary of changes

Bump the Solana version, crates, and rust toolchain.

#### Problem

The v2.3 Solana crates are out, and the toolchain on this repo is a bit old.

#### Summary of changes

Bump the Solana version, crates, and rust toolchain.
@joncinque joncinque requested a review from 2501babe July 28, 2025 20:08
Comment on lines 33 to 36
solana-config-program = "2.2.0"
solana-stake-interface = { version = "1", features = ["bincode"] }
solana-system-interface = { version = "1", features = ["bincode"] }
Copy link
Member

Choose a reason for hiding this comment

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

shouldnt we get the stake interface from our own local path?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah right, good point!

I had to upgrade the local version to 1.2.1, since the release automation probably failed last time, then patch the repo to use the local interface again

@joncinque joncinque merged commit 76fc336 into solana-program:main Jul 29, 2025
9 checks passed
@joncinque joncinque deleted the bump-solana branch July 29, 2025 21:10
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