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

Commit b8a6160

Browse files
Publish spl-associated-token-account v6.0.0
1 parent a7d870a commit b8a6160

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Cargo.lock

+7-7
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
@@ -14,7 +14,7 @@ test-sbf = []
1414
solana-program = "2.1.0"
1515
solana-program-test = "2.1.0"
1616
solana-sdk = "2.1.0"
17-
spl-associated-token-account = { version = "5.0.1", path = "../program", features = ["no-entrypoint"] }
17+
spl-associated-token-account = { version = "6.0.0", path = "../program", features = ["no-entrypoint"] }
1818
spl-associated-token-account-client = { version = "2.0.0", path = "../client" }
1919
spl-token = { version = "7.0", path = "../../token/program", features = ["no-entrypoint"] }
2020
spl-token-2022 = { version = "6.0.0", path = "../../token/program-2022", features = ["no-entrypoint"] }

associated-token-account/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-associated-token-account"
3-
version = "5.0.1"
3+
version = "6.0.0"
44
description = "Solana Program Library Associated Token Account"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

managed-token/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test = []
2525
borsh = "1.5.1"
2626
shank = "^0.4.2"
2727
solana-program = "2.1.0"
28-
spl-associated-token-account = { version = "5.0.1", path = "../../associated-token-account/program", features = [
28+
spl-associated-token-account = { version = "6.0.0", path = "../../associated-token-account/program", features = [
2929
"no-entrypoint",
3030
] }
3131
spl-associated-token-account-client = { version = "2.0.0", path = "../../associated-token-account/client" }

single-pool/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thiserror = "1.0"
2828
solana-program-test = "2.1.0"
2929
solana-sdk = "2.1.0"
3030
solana-vote-program = "2.1.0"
31-
spl-associated-token-account = { version = "5.0.1", path = "../../associated-token-account/program", features = [
31+
spl-associated-token-account = { version = "6.0.0", path = "../../associated-token-account/program", features = [
3232
"no-entrypoint",
3333
] }
3434
spl-associated-token-account-client = { version = "2.0.0", path = "../../associated-token-account/client" }

stake-pool/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-logger = "2.1.0"
2323
solana-program = "2.1.0"
2424
solana-remote-wallet = "2.1.0"
2525
solana-sdk = "2.1.0"
26-
spl-associated-token-account = { version = "=5.0.1", path = "../../associated-token-account/program", features = [
26+
spl-associated-token-account = { version = "=6.0.0", path = "../../associated-token-account/program", features = [
2727
"no-entrypoint",
2828
] }
2929
spl-associated-token-account-client = { version = "=2.0.0", path = "../../associated-token-account/client" }

token-wrap/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test-sbf = []
1515
bytemuck = { version = "1.19.0", features = ["derive"] }
1616
num_enum = "0.7"
1717
solana-program = "2.1.0"
18-
spl-associated-token-account = { version = "5.0.1", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
18+
spl-associated-token-account = { version = "6.0.0", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
1919
spl-token = { version = "7.0", path = "../../token/program", features = ["no-entrypoint"] }
2020
spl-token-2022 = { version = "6.0.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
2121
thiserror = "1.0"

token/program-2022-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures-util = "0.3"
2323
solana-program = "2.1.0"
2424
solana-program-test = "2.1.0"
2525
solana-sdk = "2.1.0"
26-
spl-associated-token-account = { version = "5.0.1", path = "../../associated-token-account/program" }
26+
spl-associated-token-account = { version = "6.0.0", path = "../../associated-token-account/program" }
2727
spl-elgamal-registry = { version = "0.1.0", path = "../confidential-transfer/elgamal-registry" }
2828
spl-memo = { version = "6.0.0", path = "../../memo/program", features = [
2929
"no-entrypoint",

0 commit comments

Comments
 (0)