We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ec958 commit 3164631Copy full SHA for 3164631
ttrpc-codegen/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ttrpc-codegen"
3
-version = "0.4.2"
+version = "0.5.0"
4
edition = "2018"
5
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
6
license = "Apache-2.0"
@@ -18,4 +18,4 @@ home = "=0.5.9"
18
protobuf-support = "3.2.0"
19
protobuf = { version = "2.27.1" }
20
protobuf-codegen = "3.5.1"
21
-ttrpc-compiler = "0.6.1"
+ttrpc-compiler = "0.7.0"
ttrpc-codegen/README.md
@@ -47,6 +47,7 @@ ttrpc-codegen = "0.2"
47
| 0.2.x | == 0.5.x |
48
| 0.3.x | == 0.6.x |
49
| 0.4.x | >= 0.7.x |
50
+| 0.5.x | >= 0.7.x |
51
52
## Alternative
53
The alternative is to use
0 commit comments