File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ttrpc-compiler"
3
- version = " 0.6.3 "
3
+ version = " 0.7.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 1
1
[package ]
2
2
name = " ttrpc-codegen"
3
- version = " 0.4.2 "
3
+ version = " 0.5.0 "
4
4
edition = " 2018"
5
5
authors = [
" The AntFin Kata Team <[email protected] >" ]
6
6
license = " Apache-2.0"
@@ -18,4 +18,4 @@ home = "=0.5.9"
18
18
protobuf-support = " 3.2.0"
19
19
protobuf = { version = " 2.27.1" }
20
20
protobuf-codegen = " 3.5.1"
21
- ttrpc-compiler = " 0.6.1 "
21
+ ttrpc-compiler = " 0.7.0 "
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ ttrpc-codegen = "0.2"
47
47
| 0.2 . x | == 0.5 . x |
48
48
| 0.3 . x | == 0.6 . x |
49
49
| 0.4 . x | >= 0.7 . x |
50
+ | 0.5 . x | >= 0.7 . x |
50
51
51
52
## Alternative
52
53
The alternative is to use
You can’t perform that action at this time.
0 commit comments