Bump version to 1.9.9 (#23247)

This commit is contained in:
Will Hickey
2022-02-19 21:17:11 -06:00
committed by GitHub
parent 4ebeb33602
commit 08d6b9850d
137 changed files with 1108 additions and 1108 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-banks-server"
version = "1.9.8"
version = "1.9.9"
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.8" }
solana-runtime = { path = "../runtime", version = "=1.9.8" }
solana-sdk = { path = "../sdk", version = "=1.9.8" }
solana-send-transaction-service = { path = "../send-transaction-service", version = "=1.9.8" }
solana-banks-interface = { path = "../banks-interface", version = "=1.9.9" }
solana-runtime = { path = "../runtime", version = "=1.9.9" }
solana-sdk = { path = "../sdk", version = "=1.9.9" }
solana-send-transaction-service = { path = "../send-transaction-service", version = "=1.9.9" }
tarpc = { version = "0.27.2", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-serde = { version = "0.8", features = ["bincode"] }