Bump version to 0.23.5

This commit is contained in:
Michael Vines
2020-02-12 13:58:37 -07:00
parent f389d434f8
commit ec319a6043
78 changed files with 388 additions and 388 deletions

View File

@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-remote-wallet"
description = "Blockchain, Rebuilt for Scale"
version = "0.23.4"
version = "0.23.5"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@@ -15,7 +15,7 @@ hidapi = { version = "1.1.1", default-features = false }
log = "0.4.8"
parking_lot = "0.7"
semver = "0.9"
solana-sdk = { path = "../sdk", version = "0.23.4" }
solana-sdk = { path = "../sdk", version = "0.23.5" }
thiserror = "1.0"
[features]