Bump version to v1.2.32

This commit is contained in:
Michael Vines
2020-09-29 13:56:59 -07:00
committed by mergify[bot]
parent 27948563f5
commit 456e300244
88 changed files with 610 additions and 610 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-clap-utils"
version = "1.2.31"
version = "1.2.32"
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.31" }
solana-sdk = { path = "../sdk", version = "1.2.31" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.32" }
solana-sdk = { path = "../sdk", version = "1.2.32" }
thiserror = "1.0.11"
tiny-bip39 = "0.7.0"
url = "2.1.0"