From a1cf1c6179116f3d724a81b42ff3844535a15a22 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Wed, 24 Jan 2024 09:54:21 +0000 Subject: [PATCH] fix(deps): add branch to protobuf --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 1b3eca1..adeb262 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,6 +22,7 @@ [submodule "deps/protobuf"] path = deps/protobuf url = https://github.com/protocolbuffers/protobuf.git + branch = 3.20.x [submodule "deps/rapidjson"] path = deps/rapidjson url = https://github.com/Tencent/rapidjson.git