Use ttrpc from crates.io
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
5e5ecc9409
commit
ce54afd57e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue