Bump version to v1.10.8

This commit is contained in:
Trent Nelson
2022-04-08 18:56:55 -06:00
committed by Trent Nelson
parent 8bce2dd446
commit a628034eb5
139 changed files with 1079 additions and 1079 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "solana-banks-interface"
version = "1.10.7"
version = "1.10.8"
description = "Solana banks RPC interface"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
serde = { version = "1.0.136", features = ["derive"] }
solana-sdk = { path = "../sdk", version = "=1.10.7" }
solana-sdk = { path = "../sdk", version = "=1.10.8" }
tarpc = { version = "0.27.2", features = ["full"] }
[lib]