From f60425156f52d3afb22a836a1ba1c8a9be361ec9 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Fri, 4 Oct 2024 19:25:22 +0900 Subject: [PATCH] solana: pin to 2.0.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 663d238..ce70f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4713,7 +4713,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-kafka" -version = "2.0.0" +version = "2.0.0+solana.2.0.13" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c24decb..585b306 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-kafka" -version = "2.0.0" +version = "2.0.0+solana.2.0.13" authors = ["Triton One"] edition = "2021" homepage = "https://triton.one"