bump token-cli to 2.0.17

release has already been made and lives in the `token-cli-v2.0.17-branch` branch
This commit is contained in:
hanako mumei 2022-08-25 14:21:45 -07:00 committed by hana
parent 3fe92ea05f
commit 84c566b13e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -6262,7 +6262,7 @@ dependencies = [
[[package]] [[package]]
name = "spl-token-cli" name = "spl-token-cli"
version = "2.0.16" version = "2.0.17"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"clap 2.34.0", "clap 2.34.0",

View File

@ -6,7 +6,7 @@ homepage = "https://spl.solana.com/token"
license = "Apache-2.0" license = "Apache-2.0"
name = "spl-token-cli" name = "spl-token-cli"
repository = "https://github.com/solana-labs/solana-program-library" repository = "https://github.com/solana-labs/solana-program-library"
version = "2.0.16" version = "2.0.17"
[build-dependencies] [build-dependencies]
walkdir = "2" walkdir = "2"