From 202c756d26c937f96a49ee5e45356132a4a524a0 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 3 Oct 2024 11:50:13 -0700 Subject: [PATCH] Fix shim dependency to shim-protos and bump to 0.7.3 Signed-off-by: Maksym Pavlenko --- crates/shim/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index e3301373..44e17a89 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim" -version = "0.7.2" +version = "0.7.3" authors = [ "Maksym Pavlenko ", "The containerd Authors", @@ -34,7 +34,7 @@ name = "windows-log-reader" path = "examples/windows_log_reader.rs" [dependencies] -containerd-shim-protos = { path = "../shim-protos", version = "0.7.0" } +containerd-shim-protos = { path = "../shim-protos", version = "0.7.1" } go-flag = "0.1.0" lazy_static = "1.4.0" libc.workspace = true