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 0e4ff0c commit e4551b1Copy full SHA for e4551b1
crates/shim-protos/Cargo.toml
@@ -53,9 +53,7 @@ protobuf = "3.7.2"
53
ttrpc = "0.8.3"
54
55
[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" }
+ttrpc-codegen = "0.6.0"
59
60
[dev-dependencies]
61
ctrlc = { version = "3.0", features = ["termination"] }
0 commit comments