Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 22d5a4d

Browse files
authored
stake-pool: Bump to v2 for Solana v2 compatibility (#6943)
1 parent 1808765 commit 22d5a4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stake-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ solana-sdk = "2.0.0"
2626
spl-associated-token-account = { version = "=4.0.0", path = "../../associated-token-account/program", features = [
2727
"no-entrypoint",
2828
] }
29-
spl-stake-pool = { version = "=1.0.0", path = "../program", features = [
29+
spl-stake-pool = { version = "=2.0.0", path = "../program", features = [
3030
"no-entrypoint",
3131
] }
3232
spl-token = { version = "=6.0", path = "../../token/program", features = [

stake-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-stake-pool"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
description = "Solana Program Library Stake Pool"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)