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 7e3634e commit 38a5871Copy full SHA for 38a5871
compiler/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ttrpc-compiler"
3
-version = "0.3.1"
+version = "0.3.2"
4
edition = "2018"
5
authors = ["The AntFin Kata Team <[email protected]>"]
6
license = "Apache-2.0"
@@ -9,6 +9,7 @@ description = "ttRPC compiler for ttrpc"
9
categories = ["network-programming"]
10
repository = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"
11
homepage = "https://github.com/containerd/ttrpc-rust/tree/master/compiler"
12
+readme = "README.md"
13
14
[dependencies]
15
protobuf = "2.0"
0 commit comments