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

Commit 2454528

Browse files
Publish spl-token v7.0.0
1 parent 9b11cb5 commit 2454528

File tree

30 files changed

+72
-72
lines changed

30 files changed

+72
-72
lines changed

Cargo.lock

Lines changed: 43 additions & 43 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ solana-program-test = "2.1.0"
1616
solana-sdk = "2.1.0"
1717
spl-associated-token-account = { version = "5.0.1", path = "../program", features = ["no-entrypoint"] }
1818
spl-associated-token-account-client = { version = "2.0.0", path = "../client" }
19-
spl-token = { version = "6.0", path = "../../token/program", features = ["no-entrypoint"] }
19+
spl-token = { version = "7.0", path = "../../token/program", features = ["no-entrypoint"] }
2020
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }

associated-token-account/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num-derive = "0.4"
1717
num-traits = "0.2"
1818
solana-program = "2.1.0"
1919
spl-associated-token-account-client = { version = "2.0.0", path = "../client" }
20-
spl-token = { version = "6.0", path = "../../token/program", features = [
20+
spl-token = { version = "7.0", path = "../../token/program", features = [
2121
"no-entrypoint",
2222
] }
2323
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = [

binary-option/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test-sbf = []
1111
[dependencies]
1212
solana-program = "2.1.0"
1313
thiserror = "1.0"
14-
spl-token = { version = "6.0", path = "../../token/program", features = [
14+
spl-token = { version = "7.0", path = "../../token/program", features = [
1515
"no-entrypoint",
1616
] }
1717
arrayref = "0.3.9"

binary-oracle-pair/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-sbf = []
1414
num-derive = "0.4"
1515
num-traits = "0.2"
1616
solana-program = "2.1.0"
17-
spl-token = { version = "6.0", path = "../../token/program", features = [
17+
spl-token = { version = "7.0", path = "../../token/program", features = [
1818
"no-entrypoint",
1919
] }
2020
thiserror = "1.0"

examples/rust/transfer-tokens/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-sbf = []
1313

1414
[dependencies]
1515
solana-program = "2.1.0"
16-
spl-token = { version = "6.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
16+
spl-token = { version = "7.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
1717

1818
[dev-dependencies]
1919
solana-program-test = "2.1.0"

0 commit comments

Comments
 (0)