This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ solana-sdk = "1.14.4"
22
22
spl-associated-token-account = { version = " 1.1" , path = " ../../associated-token-account/program" , features = [" no-entrypoint" ] }
23
23
spl-token = { version = " 3.5" , path = " ../../token/program" , features = [" no-entrypoint" ] }
24
24
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" }
26
26
spl-token-upgrade = { version = " 0.1" , path = " ../program" , features = [" no-entrypoint" ] }
27
27
tokio = { version = " 1" , features = [" full" ] }
28
28
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ thiserror = "1.0"
23
23
solana-program-test = " 1.14.4"
24
24
solana-sdk = " 1.14.4"
25
25
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" }
27
27
test-case = " 2.2"
28
28
29
29
[lib ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ homepage = "https://spl.solana.com/token"
6
6
license = " Apache-2.0"
7
7
name = " spl-token-cli"
8
8
repository = " https://github.com/solana-labs/solana-program-library"
9
- version = " 2.1.0 "
9
+ version = " 2.1.1 "
10
10
11
11
[build-dependencies ]
12
12
walkdir = " 2"
@@ -29,7 +29,7 @@ solana-sdk = "=1.14.4"
29
29
solana-transaction-status = " =1.14.4"
30
30
spl-token = { version = " 3.5" , path =" ../program" , features = [ " no-entrypoint" ] }
31
31
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" }
33
33
spl-associated-token-account = { version = " 1.1" , path =" ../../associated-token-account/program" , features = [ " no-entrypoint" ] }
34
34
spl-memo = { version = " 3.0.1" , path =" ../../memo/program" , features = [" no-entrypoint" ] }
35
35
strum = " 0.24"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2018"
5
5
license = " Apache-2.0"
6
6
name = " spl-token-client"
7
7
repository = " https://github.com/solana-labs/solana-program-library"
8
- version = " 0.2.0 "
8
+ version = " 0.2.1 "
9
9
10
10
[dependencies ]
11
11
async-trait = " 0.1"
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ solana-sdk = "=1.14.4"
21
21
spl-associated-token-account = { version = " 1.1" , path = " ../../associated-token-account/program" }
22
22
spl-memo = { version = " 3.0.1" , path = " ../../memo/program" , features = [" no-entrypoint" ] }
23
23
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" }
You can’t perform that action at this time.
0 commit comments