Skip to content

Commit f0e1bec

Browse files
committed
release: ttrpc 0.5.0, ttrpc-codegen 0.2.0, ttrpc-compiler 0.4.0
- ttrpc: 0.4.14 -> 0.5.0 - ttrpc-codegen: 0.1.2 -> 0.2.0 - ttrpc-compiler: 0.3.2 -> 0.4.0 Signed-off-by: Tim Zhang <tim@hyper.sh>
1 parent 6c8c84d commit f0e1bec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc"
3-
version = "0.4.14"
3+
version = "0.5.0"
44
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-compiler"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
66
license = "Apache-2.0"

ttrpc-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-codegen"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)