Skip to content

Commit 3350a3b

Browse files
Publish spl-token-2022 v10.0.0
1 parent bf58cd8 commit 3350a3b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -36,7 +36,7 @@ spl-associated-token-account-interface = { version = "2.0.0" }
3636
spl-pod = { version = "0.7.1" }
3737
spl-token-interface = "2.0.0"
3838
spl-token-2022-interface = { version = "2.0.0", path = "../../interface" }
39-
spl-token-2022 = { version = "9.0.0", path = "../../program", features = ["no-entrypoint"] }
39+
spl-token-2022 = { version = "10.0.0", path = "../../program", features = ["no-entrypoint"] }
4040
spl-token-client = { version = "0.17.0", path = "../rust-legacy" }
4141
spl-token-confidential-transfer-proof-generation = { version = "0.5.0", path = "../../confidential/proof-generation" }
4242
spl-token-metadata-interface = { version = "0.8.0" }

clients/rust-legacy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spl-token-interface = "2.0.0"
5252
spl-token-confidential-transfer-proof-extraction = { path = "../../confidential/proof-extraction", version = "0.5.0" }
5353
spl-token-confidential-transfer-proof-generation = { path = "../../confidential/proof-generation", version = "0.5.0" }
5454
spl-token-2022-interface = { version = "2.0.0", path = "../../interface" }
55-
spl-token-2022 = { version = "9.0.0", path = "../../program", features = ["no-entrypoint"] }
55+
spl-token-2022 = { version = "10.0.0", path = "../../program", features = ["no-entrypoint"] }
5656
spl-token-group-interface = { version = "0.7.0" }
5757
spl-token-metadata-interface = { version = "0.8.0" }
5858
spl-transfer-hook-interface = { version = "2.0.0" }

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-token-2022"
3-
version = "9.0.0"
3+
version = "10.0.0"
44
description = "Solana Program Library Token 2022"
55
documentation = "https://docs.rs/spl-token-2022"
66
readme = "README.md"

0 commit comments

Comments
 (0)