Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 5d1d5dc

Browse files
authored
Merge pull request containerd#160 from Tim-Zhang/release-multi
Release ttrpc@0.7.1, ttrpc-compiler@0.6.1 and ttrpc-codegen@0.4.1
2 parents d054832 + 8c27584 commit 5d1d5dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

compiler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-compiler"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
66
license = "Apache-2.0"

ttrpc-codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-codegen"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2018"
55
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
66
license = "Apache-2.0"
@@ -16,4 +16,4 @@ readme = "README.md"
1616
protobuf-support = "3.1.0"
1717
protobuf = { version = "2.27.1" }
1818
protobuf-codegen = "3.1.0"
19-
ttrpc-compiler = {path = "../compiler"}
19+
ttrpc-compiler = "0.6.1"

0 commit comments

Comments
 (0)