From 2647b611d20fad3b4cb6ce9ea09df23b2c85c64d Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Thu, 4 Sep 2025 05:48:02 -0700 Subject: [PATCH] Fix build script to use protoc-bin-vendored for CI compatibility --- socktop_connector/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/socktop_connector/Cargo.toml b/socktop_connector/Cargo.toml index 573f76e..fb07e4b 100644 --- a/socktop_connector/Cargo.toml +++ b/socktop_connector/Cargo.toml @@ -41,7 +41,8 @@ prost = { workspace = true } anyhow = { workspace = true } [build-dependencies] -prost-build = { version = "0.13", features = ["vendored"] } +prost-build = "0.13" +protoc-bin-vendored = "3.0" [features] default = ["tls"]