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

Commit 8ec81b6

Browse files
mvinesmergify[bot]
authored andcommitted
Bump spl-token cli version
1 parent 74cf205 commit 8ec81b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.3"
9+
version = "2.0.4"
1010

1111
[dependencies]
1212
clap = "2.33.3"
@@ -21,7 +21,7 @@ solana-logger = "1.4.4"
2121
solana-remote-wallet = "1.4.4"
2222
solana-sdk = "1.4.4"
2323
spl-token = { version = "3.0", path="../program", features = [ "no-entrypoint" ] }
24-
spl-associated-token-account = { path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
24+
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
2525

2626
[[bin]]
2727
name = "spl-token"

0 commit comments

Comments
 (0)