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

Commit 2701473

Browse files
authored
token-2022: Bump version for next release (#3239)
1 parent 9b3122a commit 2701473

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

associated-token-account/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num-derive = "0.3"
1818
num-traits = "0.2"
1919
solana-program = "1.10.15"
2020
spl-token = { version = "3.3", path = "../../token/program", features = ["no-entrypoint"] }
21-
spl-token-2022 = { version = "0.3", path = "../../token/program-2022", features = ["no-entrypoint"] }
21+
spl-token-2022 = { version = "0.4", path = "../../token/program-2022", features = ["no-entrypoint"] }
2222
thiserror = "1.0"
2323

2424
[dev-dependencies]

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ solana-sdk = "=1.10.19"
1616
# testing token
1717
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
1818
spl-memo = { version = "3.0.1", path = "../../memo/program", features = ["no-entrypoint"] }
19-
spl-token-2022 = { version = "0.3", path="../program-2022" }
19+
spl-token-2022 = { version = "0.4", path="../program-2022" }
2020
thiserror = "1.0"

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ solana-program-test = "=1.10.19"
2020
solana-sdk = "=1.10.19"
2121
spl-associated-token-account = { version = "1.0.5", path = "../../associated-token-account/program" }
2222
spl-memo = { version = "3.0.1", path = "../../memo/program", features = ["no-entrypoint"] }
23-
spl-token-2022 = { version = "0.3", path="../program-2022", features = ["no-entrypoint"] }
23+
spl-token-2022 = { version = "0.4", path="../program-2022", features = ["no-entrypoint"] }
2424
spl-token-client = { version = "0.1.0", path = "../client" }

token/program-2022/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-token-2022"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Solana Program Library Token 2022"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)