This repository was archived by the owner on Jun 4, 2023. It is now read-only.
File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ttrpc-compiler"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
edition = " 2018"
5
5
authors = [
" The AntFin Kata Team <[email protected] >" ]
6
6
license = " 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.
11
11
| ttrpc-compiler version | ttrpc version |
12
12
| ------------- | ------------- |
13
13
| 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 1
1
[package ]
2
2
name = " ttrpc-codegen"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
edition = " 2018"
5
5
authors = [
" The AntFin Kata Team <[email protected] >" ]
6
6
license = " Apache-2.0"
@@ -16,4 +16,4 @@ readme = "README.md"
16
16
protobuf = { version = " 2.14.0" }
17
17
protobuf-codegen-pure = " 2.14.0"
18
18
protobuf-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"
44
44
| ttrpc - codegen version | ttrpc version |
45
45
| ------------- | ------------- |
46
46
| 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 |
49
50
50
51
## Alternative
51
52
The alternative is to use
You can’t perform that action at this time.
0 commit comments