Bump version to v1.7.0
This commit is contained in:
committed by
mergify[bot]
parent
186b342453
commit
0c9ca5522c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "solana-clap-utils"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
description = "Solana utilities for the clap"
|
||||
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
@ -12,8 +12,8 @@ edition = "2018"
|
||||
[dependencies]
|
||||
clap = "2.33.0"
|
||||
rpassword = "4.0"
|
||||
solana-remote-wallet = { path = "../remote-wallet", version = "1.6.0" }
|
||||
solana-sdk = { path = "../sdk", version = "1.6.0" }
|
||||
solana-remote-wallet = { path = "../remote-wallet", version = "1.7.0" }
|
||||
solana-sdk = { path = "../sdk", version = "1.7.0" }
|
||||
thiserror = "1.0.21"
|
||||
tiny-bip39 = "0.8.0"
|
||||
url = "2.1.0"
|
||||
|
Reference in New Issue
Block a user