Update version to v1.2.10 (#10962)

This commit is contained in:
sakridge
2020-07-08 15:34:19 -07:00
committed by GitHub
parent 10df45b173
commit 50970bc8f9
89 changed files with 683 additions and 683 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-clap-utils"
version = "1.2.9"
version = "1.2.10"
description = "Solana utilities for the clap"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
@@ -11,8 +11,8 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
rpassword = "4.0"
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.9" }
solana-sdk = { path = "../sdk", version = "1.2.9" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.10" }
solana-sdk = { path = "../sdk", version = "1.2.10" }
thiserror = "1.0.11"
tiny-bip39 = "0.7.0"
url = "2.1.0"