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

Commit 3d52925

Browse files
authored
stake-pool: Bump version for 0.6.0 release (#2487)
1 parent b80c10f commit 3d52925

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://spl.solana.com/stake-pool"
66
license = "Apache-2.0"
77
name = "spl-stake-pool-cli"
88
repository = "https://github.com/solana-labs/solana-program-library"
9-
version = "0.5.1"
9+
version = "0.6.0"
1010

1111
[dependencies]
1212
borsh = "0.9"
@@ -21,7 +21,7 @@ solana-program = "=1.7.11"
2121
solana-remote-wallet = "=1.7.11"
2222
solana-sdk = "=1.7.11"
2323
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
24-
spl-stake-pool = { version = "0.5", path="../program", features = [ "no-entrypoint" ] }
24+
spl-stake-pool = { version = "0.6", path="../program", features = [ "no-entrypoint" ] }
2525
spl-token = { version = "3.2", path="../../token/program", features = [ "no-entrypoint" ] }
2626
bs58 = "0.4.0"
2727
bincode = "1.3.1"

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 = "0.5.0"
3+
version = "0.6.0"
44
description = "Solana Program Library Stake Pool"
55
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)