Skip to content

Commit e4551b1

Browse files
Tim-Zhangmxpv
authored andcommitted
shim-protos: replace ttrpc-codegen to the released crate version
The new version v0.6.0 has been released. Signed-off-by: Tim Zhang <[email protected]>
1 parent 0e4ff0c commit e4551b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/shim-protos/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ protobuf = "3.7.2"
5353
ttrpc = "0.8.3"
5454

5555
[build-dependencies]
56-
# TODO - replace git sha with next version that incudes the changes from the sha below
57-
# ttrpc-codegen = "0.5.0"
58-
ttrpc-codegen = { git = "https://github.com/containerd/ttrpc-rust", rev = "4929e9079941e7ead82fae3911340f8cbe810e7e" }
56+
ttrpc-codegen = "0.6.0"
5957

6058
[dev-dependencies]
6159
ctrlc = { version = "3.0", features = ["termination"] }

0 commit comments

Comments
 (0)