Bump token-cli to v2.0.7 (#1366)

This commit is contained in:
Tyera Eulberg 2021-03-02 12:31:58 -07:00 committed by GitHub
parent 9c12b50703
commit 4f50c512f9
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

@ -3876,7 +3876,7 @@ dependencies = [
[[package]]
name = "spl-token-cli"
version = "2.0.6"
version = "2.0.7"
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.6"
version = "2.0.7"
[dependencies]
clap = "2.33.3"