Skip to content

Commit 369a73f

Browse files
zhaodiaoermxpv
authored andcommitted
fix: too new version protobuf break build
issue: #295 Signed-off-by: 刘磊 <liulei.pt@bytedance.com>
1 parent 666a5ec commit 369a73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim-protos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ required-features = ["async"]
4949

5050
[dependencies]
5151
async-trait = { version = "0.1.48", optional = true }
52-
protobuf = "3.1"
52+
protobuf = "=3.1"
5353
ttrpc = "0.8"
5454

5555
[build-dependencies]

0 commit comments

Comments
 (0)