From 1e17facb64a0a2bb2428ed2d1edc2fefcfee5539 Mon Sep 17 00:00:00 2001 From: 0xfnzero <0xfnzero@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:16:05 +0800 Subject: [PATCH] fix: pin yellowstone grpc proto for ci --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69018c8..6ad329c 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ futures = "0.3.32" bincode = "1.3" anyhow = "1.0.102" yellowstone-grpc-client = "12.1.0" -yellowstone-grpc-proto = "12.4.0" +yellowstone-grpc-proto = "=12.4.0" tokio = { version = "1.50.0", features = ["full", "rt-multi-thread"]} tonic = { version = "0.14.5", features = ["transport"] } rustls = { version = "0.23.37", features = ["ring"], default-features = false }