From ca3e2049082483fde4dd5e2abfa02384ed66c28b Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Wed, 4 Oct 2023 23:42:00 +0400 Subject: [PATCH] remove version for proto dep in kafka pkg --- yellowstone-grpc-kafka/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yellowstone-grpc-kafka/Cargo.toml b/yellowstone-grpc-kafka/Cargo.toml index 5aed5add..03e5a2c6 100644 --- a/yellowstone-grpc-kafka/Cargo.toml +++ b/yellowstone-grpc-kafka/Cargo.toml @@ -26,7 +26,7 @@ tonic = { version = "0.10.2", features = ["gzip", "tls", "tls-roots"] } tonic-health = "0.10.2" tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } -yellowstone-grpc-proto = { path = "../yellowstone-grpc-proto", version = "1.9.0+solana.1.16.14" } +yellowstone-grpc-proto = { path = "../yellowstone-grpc-proto" } [build-dependencies] anyhow = "1.0.62"