Bump token-cli to v2.0.8 (#1458)

This commit is contained in:
Justin Starry 2021-03-17 07:44:36 +08:00 committed by GitHub
parent 81ad7407d0
commit 4107c17a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3891,7 +3891,7 @@ dependencies = [
[[package]]
name = "spl-token-cli"
version = "2.0.7"
version = "2.0.8"
dependencies = [
"clap",
"console 0.14.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.7"
version = "2.0.8"
[dependencies]
clap = "2.33.3"