Skip to content

Commit 3164631

Browse files
committed
ttrpc-codegen: release v0.5.0
Changelog: - #276 - 3d3604b Signed-off-by: Tim Zhang <tim@hyper.sh>
1 parent 31ec958 commit 3164631

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.2"
3+
version = "0.5.0"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
66
license = "Apache-2.0"
@@ -18,4 +18,4 @@ home = "=0.5.9"
1818
protobuf-support = "3.2.0"
1919
protobuf = { version = "2.27.1" }
2020
protobuf-codegen = "3.5.1"
21-
ttrpc-compiler = "0.6.1"
21+
ttrpc-compiler = "0.7.0"

ttrpc-codegen/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ttrpc-codegen = "0.2"
4747
| 0.2.x | == 0.5.x |
4848
| 0.3.x | == 0.6.x |
4949
| 0.4.x | >= 0.7.x |
50+
| 0.5.x | >= 0.7.x |
5051

5152
## Alternative
5253
The alternative is to use

0 commit comments

Comments
 (0)