From 884f15b1a8930246183ae8b5e8a39b4f88d836fd Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Mon, 21 Oct 2024 13:14:19 +0700 Subject: [PATCH] solana: pin 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 2c3dbde..12b2e37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4713,7 +4713,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-kafka" -version = "2.0.1" +version = "2.0.1+solana.2.0.13" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c8f3cf7..781bf6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-kafka" -version = "2.0.1" +version = "2.0.1+solana.2.0.13" authors = ["Triton One"] edition = "2021" homepage = "https://triton.one"