Bump version to v1.10.0
This commit is contained in:
committed by
mergify[bot]
parent
9c6b95e1e1
commit
d6f22433d0
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "solana-storage-bigtable"
|
||||
version = "1.9.0"
|
||||
version = "1.10.0"
|
||||
description = "Solana Storage BigTable"
|
||||
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
@ -22,10 +22,10 @@ prost-types = "0.9.0"
|
||||
serde = "1.0.130"
|
||||
serde_derive = "1.0.103"
|
||||
smpl_jwt = "0.6.1"
|
||||
solana-metrics = { path = "../metrics", version = "=1.9.0" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.9.0" }
|
||||
solana-storage-proto = { path = "../storage-proto", version = "=1.9.0" }
|
||||
solana-transaction-status = { path = "../transaction-status", version = "=1.9.0" }
|
||||
solana-metrics = { path = "../metrics", version = "=1.10.0" }
|
||||
solana-sdk = { path = "../sdk", version = "=1.10.0" }
|
||||
solana-storage-proto = { path = "../storage-proto", version = "=1.10.0" }
|
||||
solana-transaction-status = { path = "../transaction-status", version = "=1.10.0" }
|
||||
thiserror = "1.0"
|
||||
tonic = { version = "0.6.1", features = ["tls", "transport"] }
|
||||
zstd = "0.9.0"
|
||||
|
2
storage-bigtable/build-proto/Cargo.lock
generated
2
storage-bigtable/build-proto/Cargo.lock
generated
@ -217,7 +217,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "proto"
|
||||
version = "1.9.0"
|
||||
version = "1.10.0"
|
||||
dependencies = [
|
||||
"tonic-build",
|
||||
]
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
name = "proto"
|
||||
publish = false
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
version = "1.9.0"
|
||||
version = "1.10.0"
|
||||
|
||||
[workspace]
|
||||
|
||||
|
Reference in New Issue
Block a user