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

Commit 0de5f73

Browse files
committed
bump token-cli to 2.2 and token-client to 0.3
1 parent b253f36 commit 0de5f73

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-upgrade/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ solana-sdk = "1.14.6"
2222
spl-associated-token-account = { version = "1.1", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
2323
spl-token = { version = "3.5", path = "../../token/program", features = ["no-entrypoint"] }
2424
spl-token-2022 = { version = "0.5", path = "../../token/program-2022", features = ["no-entrypoint"] }
25-
spl-token-client = { version = "0.2.1", path = "../../token/client" }
25+
spl-token-client = { version = "0.3", path = "../../token/client" }
2626
spl-token-upgrade = { version = "0.1", path = "../program", features = ["no-entrypoint"] }
2727
tokio = { version = "1", features = ["full"] }
2828

token-upgrade/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ thiserror = "1.0"
2323
solana-program-test = "1.14.6"
2424
solana-sdk = "1.14.6"
2525
spl-token = { version = "3.5", path = "../../token/program", features = ["no-entrypoint"] }
26-
spl-token-client = { version = "0.2.1", path = "../../token/client" }
26+
spl-token-client = { version = "0.3", path = "../../token/client" }
2727
test-case = "2.2"
2828

2929
[lib]

token/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://spl.solana.com/token"
66
license = "Apache-2.0"
77
name = "spl-token-cli"
88
repository = "https://github.com/solana-labs/solana-program-library"
9-
version = "2.1.1"
9+
version = "2.2.0"
1010

1111
[build-dependencies]
1212
walkdir = "2"
@@ -29,7 +29,7 @@ solana-sdk = "=1.14.6"
2929
solana-transaction-status = "=1.14.6"
3030
spl-token = { version = "3.5", path="../program", features = [ "no-entrypoint" ] }
3131
spl-token-2022 = { version = "0.5", path="../program-2022", features = [ "no-entrypoint" ] }
32-
spl-token-client = { version = "0.2.1", path="../client" }
32+
spl-token-client = { version = "0.3", path="../client" }
3333
spl-associated-token-account = { version = "1.1", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
3434
spl-memo = { version = "3.0.1", path="../../memo/program", features = ["no-entrypoint"] }
3535
strum = "0.24"

token/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
license = "Apache-2.0"
66
name = "spl-token-client"
77
repository = "https://github.com/solana-labs/solana-program-library"
8-
version = "0.2.1"
8+
version = "0.3.0"
99

1010
[dependencies]
1111
async-trait = "0.1"

token/program-2022-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ spl-associated-token-account = { version = "1.1", path = "../../associated-token
2323
spl-memo = { version = "3.0.1", path = "../../memo/program", features = ["no-entrypoint"] }
2424
spl-token-2022 = { version = "0.5", path="../program-2022", features = ["no-entrypoint"] }
2525
spl-instruction-padding = { version = "0.1.0", path="../../instruction-padding/program", features = ["no-entrypoint"] }
26-
spl-token-client = { version = "0.2.1", path = "../client" }
26+
spl-token-client = { version = "0.3", path = "../client" }

0 commit comments

Comments
 (0)