Bump version to v1.4.5

This commit is contained in:
Michael Vines
2020-11-01 01:07:21 -07:00
committed by mergify[bot]
parent 25141288f4
commit 5877427389
105 changed files with 743 additions and 743 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-clap-utils"
version = "1.4.4"
version = "1.4.5"
description = "Solana utilities for the clap"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
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.4.4" }
solana-sdk = { path = "../sdk", version = "1.4.4" }
solana-remote-wallet = { path = "../remote-wallet", version = "1.4.5" }
solana-sdk = { path = "../sdk", version = "1.4.5" }
thiserror = "1.0.20"
tiny-bip39 = "0.7.0"
url = "2.1.0"