Skip to content

Commit 1d4cdea

Browse files
authored
Merge pull request #278 from Tim-Zhang/release-compiler-v0.7.0
release [email protected] and [email protected]
2 parents 093e10f + 3164631 commit 1d4cdea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

compiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-compiler"
3-
version = "0.6.3"
3+
version = "0.7.0"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <[email protected]>"]
66
license = "Apache-2.0"

ttrpc-codegen/Cargo.toml

+2-2
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 <[email protected]>"]
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

+1
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)