Bump version to v1.9.5

This commit is contained in:
Trent Nelson
2022-01-08 04:53:59 -07:00
committed by mergify[bot]
parent a9ebba5643
commit cb49ae21b4
133 changed files with 1045 additions and 1045 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-banks-server"
version = "1.9.4"
version = "1.9.5"
description = "Solana banks server"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -12,10 +12,10 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
futures = "0.3"
solana-banks-interface = { path = "../banks-interface", version = "=1.9.4" }
solana-runtime = { path = "../runtime", version = "=1.9.4" }
solana-sdk = { path = "../sdk", version = "=1.9.4" }
solana-send-transaction-service = { path = "../send-transaction-service", version = "=1.9.4" }
solana-banks-interface = { path = "../banks-interface", version = "=1.9.5" }
solana-runtime = { path = "../runtime", version = "=1.9.5" }
solana-sdk = { path = "../sdk", version = "=1.9.5" }
solana-send-transaction-service = { path = "../send-transaction-service", version = "=1.9.5" }
tarpc = { version = "0.27.2", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-serde = { version = "0.8", features = ["bincode"] }