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

Commit 88b1475

Browse files
committed
bump token-cli to 2.1.1 and token-client to 0.2.1
1 parent 3a87c8f commit 88b1475

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.4"
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.4", path = "../../token/program-2022", features = ["no-entrypoint"] }
25-
spl-token-client = { version = "0.2", path = "../../token/client" }
25+
spl-token-client = { version = "0.2.1", 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.4"
2424
solana-sdk = "1.14.4"
2525
spl-token = { version = "3.5", path = "../../token/program", features = ["no-entrypoint"] }
26-
spl-token-client = { version = "0.2", path = "../../token/client" }
26+
spl-token-client = { version = "0.2.1", 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.0"
9+
version = "2.1.1"
1010

1111
[build-dependencies]
1212
walkdir = "2"
@@ -29,7 +29,7 @@ solana-sdk = "=1.14.4"
2929
solana-transaction-status = "=1.14.4"
3030
spl-token = { version = "3.5", path="../program", features = [ "no-entrypoint" ] }
3131
spl-token-2022 = { version = "0.4", path="../program-2022", features = [ "no-entrypoint" ] }
32-
spl-token-client = { version = "0.2", path="../client" }
32+
spl-token-client = { version = "0.2.1", 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.0"
8+
version = "0.2.1"
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
@@ -21,4 +21,4 @@ solana-sdk = "=1.14.4"
2121
spl-associated-token-account = { version = "1.1", path = "../../associated-token-account/program" }
2222
spl-memo = { version = "3.0.1", path = "../../memo/program", features = ["no-entrypoint"] }
2323
spl-token-2022 = { version = "0.4", path="../program-2022", features = ["no-entrypoint"] }
24-
spl-token-client = { version = "0.2", path = "../client" }
24+
spl-token-client = { version = "0.2.1", path = "../client" }

0 commit comments

Comments
 (0)