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

Commit 731bb6f

Browse files
authored
stake-pool: Bump version for release (#1707)
1 parent cebb317 commit 731bb6f

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
@@ -20,7 +20,7 @@ solana-logger = "1.6.7"
2020
solana-sdk = "1.6.7"
2121
solana-program = "1.6.7"
2222
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
23-
spl-stake-pool = { version = "0.1", path="../program", features = [ "no-entrypoint" ] }
23+
spl-stake-pool = { version = "0.2", path="../program", features = [ "no-entrypoint" ] }
2424
spl-token = { version = "3.1", path="../../token/program", features = [ "no-entrypoint" ] }
2525
bs58 = "0.4.0"
2626
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.1.0"
3+
version = "0.2.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)