From 6fcdae88fd4f2eb2e63de97327e63f498f88c8dd Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Thu, 26 Oct 2023 00:00:37 +0000 Subject: [PATCH] Create v0.6.0 release of containerd-shim and shim-protos Signed-off-by: James Sturtevant --- crates/runc-shim/Cargo.toml | 2 +- crates/shim-protos/Cargo.toml | 2 +- crates/shim/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/runc-shim/Cargo.toml b/crates/runc-shim/Cargo.toml index 015957f6..e65ae7ef 100644 --- a/crates/runc-shim/Cargo.toml +++ b/crates/runc-shim/Cargo.toml @@ -25,7 +25,7 @@ path = "src/main.rs" doc = false [dependencies] -containerd-shim = { path = "../shim", version = "0.5.0", features = ["async"] } +containerd-shim = { path = "../shim", version = "0.6.0", features = ["async"] } crossbeam = "0.8.1" libc.workspace = true log.workspace = true diff --git a/crates/shim-protos/Cargo.toml b/crates/shim-protos/Cargo.toml index 770b9949..994d06aa 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim-protos" -version = "0.5.0" +version = "0.6.0" authors = [ "Maksym Pavlenko ", "The containerd Authors", diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 92621cd2..c6f29e69 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim" -version = "0.5.0" +version = "0.6.0" authors = [ "Maksym Pavlenko ", "The containerd Authors", @@ -33,7 +33,7 @@ name = "windows-log-reader" path = "examples/windows_log_reader.rs" [dependencies] -containerd-shim-protos = { path = "../shim-protos", version = "0.5.0" } +containerd-shim-protos = { path = "../shim-protos", version = "0.6.0" } go-flag = "0.1.0" lazy_static = "1.4.0" libc.workspace = true