Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit adf2fad

Browse files
committed
release ttrpc-codegen: v0.4.1
Bump the version of ttrpc-codegen to 0.4.1, and bump the dep ttrpc-compiler to 0.6.1 Signed-off-by: Tim Zhang <[email protected]>
1 parent d6c3aaa commit adf2fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ttrpc-codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-codegen"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <[email protected]>"]
66
license = "Apache-2.0"
@@ -16,4 +16,4 @@ readme = "README.md"
1616
protobuf-support = "3.1.0"
1717
protobuf = { version = "2.27.1" }
1818
protobuf-codegen = "3.1.0"
19-
ttrpc-compiler = {path = "../compiler"}
19+
ttrpc-compiler = "0.6.1"

0 commit comments

Comments
 (0)