Skip to content

Commit 4a10133

Browse files
Publish spl-token-2022 v8.0.1
1 parent 171aca7 commit 4a10133

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -32,7 +32,7 @@ solana-sdk = "2.2.1"
3232
solana-transaction-status = "2.2.0"
3333
spl-associated-token-account-client = { version = "2.0.0" }
3434
spl-token = { version = "8.0", features = ["no-entrypoint"] }
35-
spl-token-2022 = { version = "8.0.0", path = "../../program", features = ["no-entrypoint"] }
35+
spl-token-2022 = { version = "8.0.1", path = "../../program", features = ["no-entrypoint"] }
3636
spl-token-client = { version = "0.14.0", path = "../rust-legacy" }
3737
spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" }
3838
spl-token-metadata-interface = { version = "0.7.0" }

clients/rust-legacy/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "8.0", features = ["no-entrypoint"] }
3434
spl-token-confidential-transfer-proof-extraction = { version = "0.3.0", path = "../../confidential-transfer/proof-extraction" }
3535
spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" }
36-
spl-token-2022 = { version = "8.0.0", path = "../../program" }
36+
spl-token-2022 = { version = "8.0.1", path = "../../program" }
3737
spl-token-group-interface = { version = "0.6.0" }
3838
spl-token-metadata-interface = { version = "0.7.0" }
3939
spl-transfer-hook-interface = { version = "0.10.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 = "8.0.0"
3+
version = "8.0.1"
44
description = "Solana Program Library Token 2022"
55
documentation = "https://docs.rs/spl-token-2022"
66
readme = "README.md"

0 commit comments

Comments
 (0)