Skip to content

Commit aeaa597

Browse files
committed
ttrpc-codegen: Update dependence ttrpc-compiler to 0.4.0
Since ttrpc-codegen 0.2.0 should use compiler 0.4.0 to generate ttrpc 0.5.0 code. And I have just published the ttrpc-compiler 0.4.0 Signed-off-by: Tim Zhang <tim@hyper.sh>
1 parent e14aa82 commit aeaa597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttrpc-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ readme = "README.md"
1616
protobuf = { version = "2.14.0" }
1717
protobuf-codegen-pure = "2.14.0"
1818
protobuf-codegen = "2.14.0"
19-
ttrpc-compiler = "0.3.2"
19+
ttrpc-compiler = "0.4.0"

0 commit comments

Comments
 (0)