Skip to content

Commit c7497d2

Browse files
Publish spl-single-pool v2.0.0
1 parent 5aa7850 commit c7497d2

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.

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ solana-transaction-status = "2.2.0"
2929
solana-vote-program = "2.2.0"
3030
spl-token = { version = "7.0", features = ["no-entrypoint"] }
3131
spl-token-client = { version = "0.14.0" }
32-
spl-single-pool = { version = "1.0.0", path = "../../program", features = [
32+
spl-single-pool = { version = "2.0.0", path = "../../program", features = [
3333
"no-entrypoint",
3434
] }
3535

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

0 commit comments

Comments
 (0)