Skip to content

Commit 864ba3c

Browse files
chore: Release
1 parent 9fa1d2a commit 864ba3c

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 @@ spl-associated-token-account = { version = "=7.0.0", features = [
2929
"no-entrypoint",
3030
] }
3131
spl-associated-token-account-client = { version = "=2.0.0" }
32-
spl-stake-pool = { version = "=2.0.2", path = "../../program", features = [
32+
spl-stake-pool = { version = "=2.0.3", path = "../../program", features = [
3333
"no-entrypoint",
3434
] }
3535
spl-token = { version = "=8.0", features = [

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 = "2.0.2"
3+
version = "2.0.3"
44
description = "Solana Program Library Stake Pool"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)