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 d6c3aaa commit adf2fadCopy full SHA for adf2fad
ttrpc-codegen/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ttrpc-codegen"
3
-version = "0.4.0"
+version = "0.4.1"
4
edition = "2018"
5
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
6
license = "Apache-2.0"
@@ -16,4 +16,4 @@ readme = "README.md"
16
protobuf-support = "3.1.0"
17
protobuf = { version = "2.27.1" }
18
protobuf-codegen = "3.1.0"
19
-ttrpc-compiler = {path = "../compiler"}
+ttrpc-compiler = "0.6.1"
0 commit comments