From 11156f284308d285fc7c33fd0761adf4b308c7a2 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Tue, 20 Aug 2024 13:21:55 -0500 Subject: [PATCH] solana: bump proto/client version for publishing crates --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 8 ++++---- yellowstone-grpc-client/Cargo.toml | 2 +- yellowstone-grpc-proto/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8fcc36..ae614778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ The minor version will be incremented upon a breaking change and the patch versi ### Features +- solana: bump proto/client version for publishing crates + ### Breaking ## 2024-08-09 diff --git a/Cargo.lock b/Cargo.lock index cfb0e38a..5eea9117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5253,7 +5253,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-client" -version = "1.15.0+solana.1.18.22" +version = "1.15.1+solana.1.18.22" dependencies = [ "bytes", "futures", @@ -5322,7 +5322,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-proto" -version = "1.14.0+solana.1.18.22" +version = "1.14.1+solana.1.18.22" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 4484fc03..6d7857ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ resolver = "2" members = [ "examples/rust", # 1.13.0+solana.1.18.22 - "yellowstone-grpc-client", # 1.15.0+solana.1.18.22 + "yellowstone-grpc-client", # 1.15.1+solana.1.18.22 "yellowstone-grpc-geyser", # 1.15.0+solana.1.18.22 - "yellowstone-grpc-proto", # 1.14.0+solana.1.18.22 + "yellowstone-grpc-proto", # 1.14.1+solana.1.18.22 "yellowstone-grpc-tools", # 1.0.0-rc.11+solana.1.18.22 ] @@ -69,8 +69,8 @@ tracing = "0.1.37" tracing-subscriber = "0.3.17" uuid = "1.8.0" vergen = "8.2.1" -yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.0+solana.1.18.22" } -yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.0+solana.1.18.22" } +yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.1+solana.1.18.22" } +yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.1+solana.1.18.22" } [profile.release] lto = true diff --git a/yellowstone-grpc-client/Cargo.toml b/yellowstone-grpc-client/Cargo.toml index a25c4e36..2edbcdb9 100644 --- a/yellowstone-grpc-client/Cargo.toml +++ b/yellowstone-grpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-client" -version = "1.15.0+solana.1.18.22" +version = "1.15.1+solana.1.18.22" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Simple Client" diff --git a/yellowstone-grpc-proto/Cargo.toml b/yellowstone-grpc-proto/Cargo.toml index 8053c91e..58f7274d 100644 --- a/yellowstone-grpc-proto/Cargo.toml +++ b/yellowstone-grpc-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-proto" -version = "1.14.0+solana.1.18.22" +version = "1.14.1+solana.1.18.22" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Protobuf Definitions"