Skip to content

Commit e7bf3ef

Browse files
Publish spl-single-pool v6.0.0
1 parent 3ef37e5 commit e7bf3ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ solana-transaction-status = "3.1.3"
4646
solana-vote-interface = { version = "5.0.0", features = ["bincode"] }
4747
spl-associated-token-account-interface = "2.0.0"
4848
spl-token-interface = "2.0.0"
49-
spl-single-pool = { version = "5.0.0", path = "../../program", features = [
49+
spl-single-pool = { version = "6.0.0", path = "../../program", features = [
5050
"no-entrypoint",
5151
] }
5252
tokio = "1.52"

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-single-pool"
3-
version = "5.0.0"
3+
version = "6.0.0"
44
description = "Solana Program Library Single-Validator Stake Pool"
55
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
66
repository = "https://github.com/solana-program/single-pool"

0 commit comments

Comments
 (0)