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 8fd8794 commit 6d5ecafCopy full SHA for 6d5ecaf
compiler/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ttrpc-compiler"
3
-version = "0.5.0"
+version = "0.6.0"
4
edition = "2018"
5
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
6
license = "Apache-2.0"
compiler/README.md
@@ -11,5 +11,6 @@ generate rust version ttrpc code from proto files.
11
| ttrpc-compiler version | ttrpc version |
12
| ------------- | ------------- |
13
| 0.3.x | <= 0.4.x |
14
-| 0.4.x | = 0.5.x |
15
-| 0.5.x | >= 0.6.x |
+| 0.4.x | == 0.5.x |
+| 0.5.x | == 0.6.x |
16
+| 0.6.x | >= 0.7.x |
0 commit comments