Skip to content

Commit ed6f74f

Browse files
committedJan 17, 2025·
Publish spl-token-2022 v7.0.0
1 parent 1d47627 commit ed6f74f

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed
 

‎Cargo.lock

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎clients/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ solana-sdk = "2.1.0"
3232
solana-transaction-status = "2.1.0"
3333
spl-associated-token-account-client = { version = "2.0.0" }
3434
spl-token = { version = "7.0", features = ["no-entrypoint"] }
35-
spl-token-2022 = { version = "6.0.0", path = "../../program", features = ["no-entrypoint"] }
35+
spl-token-2022 = { version = "7.0.0", path = "../../program", features = ["no-entrypoint"] }
3636
spl-token-client = { version = "0.13.0", path = "../rust-legacy" }
3737
spl-token-confidential-transfer-proof-generation = { version = "0.3.0", path = "../../confidential-transfer/proof-generation" }
3838
spl-token-metadata-interface = { version = "0.6.0" }

‎clients/rust-legacy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spl-record = { version = "0.3.0", features = ["no-entrypoint"] }
3333
spl-token = { version = "7.0", features = ["no-entrypoint"] }
3434
spl-token-confidential-transfer-proof-extraction = { version = "0.2.1", path = "../../confidential-transfer/proof-extraction" }
3535
spl-token-confidential-transfer-proof-generation = { version = "0.3.0", path = "../../confidential-transfer/proof-generation" }
36-
spl-token-2022 = { version = "6.0.0", path = "../../program" }
36+
spl-token-2022 = { version = "7.0.0", path = "../../program" }
3737
spl-token-group-interface = { version = "0.5.0" }
3838
spl-token-metadata-interface = { version = "0.6.0" }
3939
spl-transfer-hook-interface = { version = "0.9.0" }

‎program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-token-2022"
3-
version = "6.0.0"
3+
version = "7.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)
Please sign in to comment.