File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ttrpc-compiler"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44edition = " 2018"
55authors = [" The AntFin Kata Team <kata@list.alibaba-inc.com>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ generate rust version ttrpc code from proto files.
1111| ttrpc-compiler version | ttrpc version |
1212| ------------- | ------------- |
1313| 0.3.x | <= 0.4.x |
14- | 0.4.x | = 0.5.x |
15- | 0.5.x | >= 0.6.x |
14+ | 0.4.x | == 0.5.x |
15+ | 0.5.x | == 0.6.x |
16+ | 0.6.x | >= 0.7.x |
Original file line number Diff line number Diff line change 11[package ]
22name = " ttrpc-codegen"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44edition = " 2018"
55authors = [" The AntFin Kata Team <kata@list.alibaba-inc.com>" ]
66license = " Apache-2.0"
@@ -16,4 +16,4 @@ readme = "README.md"
1616protobuf = { version = " 2.14.0" }
1717protobuf-codegen-pure = " 2.14.0"
1818protobuf-codegen = " 2.14.0"
19- ttrpc-compiler = { version = " 0.5 .0" , path = " ../compiler " }
19+ ttrpc-compiler = " 0.6 .0"
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ ttrpc-codegen = "0.2"
4444| ttrpc - codegen version | ttrpc version |
4545| ------------- | ------------- |
4646| 0.1 . x | <= 0.4 . x |
47- | 0.2 . x | >= 0.5 . x |
48- | 0.3 . x | >= 0.6 . x |
47+ | 0.2 . x | == 0.5 . x |
48+ | 0.3 . x | == 0.6 . x |
49+ | 0.4 . x | >= 0.7 . x |
4950
5051## Alternative
5152The alternative is to use
You can’t perform that action at this time.
0 commit comments