Closed mxpv closed 1 month ago
Looks like new version of ttrpc introduces some backward incompatible changes (https://github.com/containerd/ttrpc-rust/pull/235), this PR makes a few fixes in shim and shim-protos crates.
shim
shim-protos
cc: @Mossaka
ref: https://github.com/containerd/rust-extensions/pull/317
Signed-off-by: Maksym Pavlenko pavlenko.maksym@gmail.com
LGTM
I don't make sure if other libs is updated, we can build the same binary(same sha256). We should add some like go.sum to make sure we can replicate.
Looks like new version of ttrpc introduces some backward incompatible changes (https://github.com/containerd/ttrpc-rust/pull/235), this PR makes a few fixes in
shim
andshim-protos
crates.cc: @Mossaka
ref: https://github.com/containerd/rust-extensions/pull/317
Signed-off-by: Maksym Pavlenko pavlenko.maksym@gmail.com