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

Commit 070934a

Browse files
Publish token-2022 v5.0.2
1 parent 5f01d8a commit 070934a

File tree

17 files changed

+32
-32
lines changed

17 files changed

+32
-32
lines changed

Cargo.lock

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

associated-token-account/program-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ solana-sdk = "2.0.3"
1717
spl-associated-token-account = { version = "4.0.0", path = "../program", features = ["no-entrypoint"] }
1818
spl-associated-token-account-client = { version = "1.0.0", path = "../client" }
1919
spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] }
20-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = ["no-entrypoint"] }
20+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }

associated-token-account/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spl-associated-token-account-client = { version = "1.0.0", path = "../client" }
2020
spl-token = { version = "6.0", path = "../../token/program", features = [
2121
"no-entrypoint",
2222
] }
23-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = [
23+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [
2424
"no-entrypoint",
2525
] }
2626
thiserror = "1.0"

stake-pool/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spl-math = { version = "0.2", path = "../../libraries/math", features = [
2828
spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = [
2929
"borsh",
3030
] }
31-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = [
31+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [
3232
"no-entrypoint",
3333
] }
3434
thiserror = "1.0"

token-collection/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test-sbf = []
1515
solana-program = "2.0.3"
1616
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
1717
spl-program-error = { version = "0.5.0" , path = "../../libraries/program-error" }
18-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = ["no-entrypoint"] }
18+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
1919
spl-token-group-example = { version = "0.2", path = "../../token-group/example", features = ["no-entrypoint"] }
2020
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
2121
spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" }

token-group/example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-sbf = []
1414
[dependencies]
1515
solana-program = "2.0.3"
1616
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
17-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = ["no-entrypoint"] }
17+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
1818
spl-token-group-interface = { version = "0.4.2", path = "../interface" }
1919
spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" }
2020

token-metadata/example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-sbf = []
1313

1414
[dependencies]
1515
solana-program = "2.0.3"
16-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = ["no-entrypoint"] }
16+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
1717
spl-token-metadata-interface = { version = "0.5.1", path = "../interface" }
1818
spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" }
1919
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }

token-swap/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num-traits = "0.2"
2020
solana-program = "2.0.3"
2121
spl-math = { version = "0.2", path = "../../libraries/math", features = [ "no-entrypoint" ] }
2222
spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint" ] }
23-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
23+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [ "no-entrypoint" ] }
2424
thiserror = "1.0"
2525
arbitrary = { version = "1.3", features = ["derive"], optional = true }
2626
roots = { version = "0.0.8", optional = true }

token-upgrade/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-remote-wallet = "2.0.3"
2121
solana-sdk = "2.0.3"
2222
spl-associated-token-account-client = { version = "1.0.0", path = "../../associated-token-account/client" }
2323
spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] }
24-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = ["no-entrypoint"] }
24+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
2525
spl-token-client = { version = "0.12.0", path = "../../token/client" }
2626
spl-token-upgrade = { version = "0.1", path = "../program", features = ["no-entrypoint"] }
2727
tokio = { version = "1", features = ["full"] }

token-upgrade/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ num-derive = "0.4"
1616
num-traits = "0.2"
1717
num_enum = "0.7.3"
1818
solana-program = "2.0.3"
19-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = ["no-entrypoint"] }
19+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
2020
thiserror = "1.0"
2121

2222
[dev-dependencies]

token-wrap/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num_enum = "0.7"
1717
solana-program = "2.0.3"
1818
spl-associated-token-account = { version = "4.0.0", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
1919
spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] }
20-
spl-token-2022 = { version = "5.0.1", path = "../../token/program-2022", features = ["no-entrypoint"] }
20+
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
2121
thiserror = "1.0"
2222

2323
[lib]

token/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spl-associated-token-account-client = { version = "1.0.0", path = "../../associa
3232
spl-token = { version = "6.0", path = "../program", features = [
3333
"no-entrypoint",
3434
] }
35-
spl-token-2022 = { version = "5.0.1", path = "../program-2022", features = [
35+
spl-token-2022 = { version = "5.0.2", path = "../program-2022", features = [
3636
"no-entrypoint",
3737
] }
3838
spl-token-client = { version = "0.12.0", path = "../client" }

token/client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spl-token = { version = "6.0", path = "../program", features = [
2828
"no-entrypoint",
2929
] }
3030
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }
31-
spl-token-2022 = { version = "5.0.1", path = "../program-2022" }
31+
spl-token-2022 = { version = "5.0.2", path = "../program-2022" }
3232
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
3333
spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" }
3434
spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" }

token/program-2022-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
3131
spl-record = { version = "0.2.1", path = "../../record/program", features = [
3232
"no-entrypoint",
3333
]}
34-
spl-token-2022 = { version = "5.0.1", path = "../program-2022", features = [
34+
spl-token-2022 = { version = "5.0.2", path = "../program-2022", features = [
3535
"no-entrypoint",
3636
] }
3737
spl-token-confidential-transfer-proof-generation = { version = "0.1.0", path = "../confidential-transfer/proof-generation" }

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

token/transfer-hook/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde_yaml = "0.9.34"
2828

2929
[dev-dependencies]
3030
solana-test-validator = "2.0.3"
31-
spl-token-2022 = { version = "5.0.1", path = "../../program-2022", features = ["no-entrypoint"] }
31+
spl-token-2022 = { version = "5.0.2", path = "../../program-2022", features = ["no-entrypoint"] }
3232
spl-token-client = { version = "0.12.0", path = "../../client" }
3333
spl-transfer-hook-example = { version = "0.6.0", path = "../example" }
3434

token/transfer-hook/example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ forbid-additional-mints = []
1717
arrayref = "0.3.8"
1818
solana-program = "2.0.3"
1919
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
20-
spl-token-2022 = { version = "5.0.1", path = "../../program-2022", features = ["no-entrypoint"] }
20+
spl-token-2022 = { version = "5.0.2", path = "../../program-2022", features = ["no-entrypoint"] }
2121
spl-transfer-hook-interface = { version = "0.8.2", path = "../interface" }
2222
spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" }
2323

0 commit comments

Comments
 (0)