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

Commit 6f2fc99

Browse files
authored
stake-pool: Bump versions to 0.7.0 (#3456)
1 parent cccce80 commit 6f2fc99

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.6.4"
9+
version = "0.7.0"
1010

1111
[dependencies]
1212
borsh = "0.9"
@@ -24,7 +24,7 @@ solana-program = "=1.10.33"
2424
solana-remote-wallet = "=1.10.33"
2525
solana-sdk = "=1.10.33"
2626
spl-associated-token-account = { version = "=1.1.1", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
27-
spl-stake-pool = { version = "=0.6.4", path="../program", features = [ "no-entrypoint" ] }
27+
spl-stake-pool = { version = "=0.7.0", path="../program", features = [ "no-entrypoint" ] }
2828
spl-token = { version = "=3.5.0", path="../../token/program", features = [ "no-entrypoint" ] }
2929
bs58 = "0.4.0"
3030
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.6.4"
3+
version = "0.7.0"
44
description = "Solana Program Library Stake Pool"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)