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

Commit b253f36

Browse files
authored
stake-pool: Bump token-2022 to 0.5 (#3837)
1 parent fa438bb commit b253f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = "1.0.130"
2222
serde_derive = "1.0.103"
2323
solana-program = "1.14.6"
2424
spl-math = { version = "0.1", path = "../../libraries/math", features = [ "no-entrypoint" ] }
25-
spl-token-2022 = { version = "0.4", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
25+
spl-token-2022 = { version = "0.5", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
2626
thiserror = "1.0"
2727
bincode = "1.3.1"
2828

0 commit comments

Comments
 (0)