From ce54afd57e3ffce4a95c57a19265eb07372a2827 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Fri, 10 Dec 2021 10:25:03 -0800 Subject: [PATCH] Use ttrpc from crates.io Signed-off-by: Maksym Pavlenko --- crates/shim-client/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/crates/shim-client/Cargo.toml b/crates/shim-client/Cargo.toml index 5c079a3..6c7da12 100644 --- a/crates/shim-client/Cargo.toml +++ b/crates/shim-client/Cargo.toml @@ -11,12 +11,7 @@ categories = ["api-bindings"] [dependencies] protobuf = "2.23.0" - -# Need the following PRs from `master` branch: -# - https://github.com/containerd/ttrpc-rust/pull/93 -# - https://github.com/containerd/ttrpc-rust/pull/101 -# - https://github.com/containerd/ttrpc-rust/pull/102 -ttrpc = { git = "https://github.com/containerd/ttrpc-rust.git", rev = "c96574c9e359fc03e74a4455180d5ad125340b4a" } +ttrpc = "0.5.2" [build-dependencies] ttrpc-codegen = "0.2"