This commit is contained in:
Michael Vines
2019-03-11 16:21:19 -07:00
parent 5a0416b925
commit 6899bd7099
34 changed files with 141 additions and 141 deletions

View File

@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-vote-signer"
description = "Solana Vote Signing Service"
version = "0.12.0"
version = "0.13.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
@@ -17,8 +17,8 @@ jsonrpc-derive = "10.1.0"
jsonrpc-http-server = "10.1.0"
serde = "1.0.89"
serde_json = "1.0.39"
solana-sdk = { path = "../sdk", version = "0.12.0" }
solana-metrics = { path = "../metrics", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.13.0" }
solana-metrics = { path = "../metrics", version = "0.13.0" }
[lib]
name = "solana_vote_signer"