From f6871d8aa2e2636d814f58202295860580242d79 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Thu, 18 Dec 2025 12:00:57 +0800 Subject: [PATCH] chore: add changes to Cargo.toml to trigger CI --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4eaf5c4586..a90b587382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,6 +150,7 @@ etcd-client = { git = "https://github.com/GreptimeTeam/etcd-client", rev = "f62d fst = "0.4.7" futures = "0.3" futures-util = "0.3" +# protobuf definitions greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "0423fa30203187c75e2937a668df1da699c8b96c" } hex = "0.4" http = "1"