Use ttrpc from crates.io

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2021-12-10 10:25:03 -08:00
parent 5e5ecc9409
commit ce54afd57e
1 changed files with 1 additions and 6 deletions

View File

@ -11,12 +11,7 @@ categories = ["api-bindings"]
[dependencies] [dependencies]
protobuf = "2.23.0" protobuf = "2.23.0"
ttrpc = "0.5.2"
# 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" }
[build-dependencies] [build-dependencies]
ttrpc-codegen = "0.2" ttrpc-codegen = "0.2"