Bump spl-token cli version

This commit is contained in:
Michael Vines 2020-11-04 11:43:37 -08:00 committed by mergify[bot]
parent 74cf2050d7
commit 8ec81b6405
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3352,7 +3352,7 @@ dependencies = [
[[package]]
name = "spl-token-cli"
version = "2.0.3"
version = "2.0.4"
dependencies = [
"clap",
"console 0.13.0",

View File

@ -6,7 +6,7 @@ homepage = "https://spl.solana.com/token"
license = "Apache-2.0"
name = "spl-token-cli"
repository = "https://github.com/solana-labs/solana-program-library"
version = "2.0.3"
version = "2.0.4"
[dependencies]
clap = "2.33.3"
@ -21,7 +21,7 @@ solana-logger = "1.4.4"
solana-remote-wallet = "1.4.4"
solana-sdk = "1.4.4"
spl-token = { version = "3.0", path="../program", features = [ "no-entrypoint" ] }
spl-associated-token-account = { path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
[[bin]]
name = "spl-token"