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

Commit ad2b812

Browse files
author
Joe C
authored
bump token & co. (#4612)
* bump token & token cli * token version fix
1 parent e9330d0 commit ad2b812

File tree

27 files changed

+71
-71
lines changed

27 files changed

+71
-71
lines changed

Cargo.lock

Lines changed: 44 additions & 44 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
@@ -15,5 +15,5 @@ solana-program = "1.16.1"
1515
solana-program-test = "1.16.1"
1616
solana-sdk = "1.16.1"
1717
spl-associated-token-account = { version = "1.1", path = "../program", features = ["no-entrypoint"] }
18-
spl-token = { version = "3.5", path = "../../token/program", features = ["no-entrypoint"] }
18+
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
1919
spl-token-2022 = { version = "0.6", 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 @@ borsh = "0.10"
1717
num-derive = "0.3"
1818
num-traits = "0.2"
1919
solana-program = "1.16.1"
20-
spl-token = { version = "3.5", path = "../../token/program", features = ["no-entrypoint"] }
20+
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
2121
spl-token-2022 = { version = "0.6", path = "../../token/program-2022", features = ["no-entrypoint"] }
2222
thiserror = "1.0"
2323

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 = "1.16.1"
1313
thiserror = "1.0"
14-
spl-token = {version = "3.1.1", path = "../../token/program", features = ["no-entrypoint"]}
14+
spl-token = {version = "4.0", path = "../../token/program", features = ["no-entrypoint"]}
1515
arrayref = "0.3.7"
1616
borsh = "0.10"
1717
uint = "0.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.3"
1515
num-traits = "0.2"
1616
solana-program = "1.16.1"
17-
spl-token = { version = "3.5", path = "../../token/program", features = [ "no-entrypoint" ] }
17+
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
1818
thiserror = "1.0"
1919
uint = "0.9"
2020
borsh = "0.10"

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 = "1.16.1"
16-
spl-token = { version = "3.5", path = "../../../token/program", features = [ "no-entrypoint" ] }
16+
spl-token = { version = "4.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
1717

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

0 commit comments

Comments
 (0)