From fd1b235913448088f4e1a4d3a8af9aef9b59759b Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Thu, 24 Aug 2023 16:40:16 +0000 Subject: [PATCH] Bump the version for shim protos and containerd-shim 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 6f256ae1..2e31e3fe 100644 --- a/crates/runc-shim/Cargo.toml +++ b/crates/runc-shim/Cargo.toml @@ -39,5 +39,5 @@ async-trait = { workspace = true } tokio = { workspace = true, features = ["full"] } futures = { workspace = true } -containerd-shim = { path = "../shim", version = "0.4.0", features = ["async"] } +containerd-shim = { path = "../shim", version = "0.5.0", features = ["async"] } runc = { path = "../runc", version = "0.2.0", features = ["async"] } diff --git a/crates/shim-protos/Cargo.toml b/crates/shim-protos/Cargo.toml index 871f04ca..4054367d 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim-protos" -version = "0.4.0" +version = "0.5.0" authors = ["Maksym Pavlenko ", "The containerd Authors"] description = "TTRPC bindings for containerd shim interfaces" keywords = ["containerd", "shim", "containers", "ttrpc", "client"] diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index a222f2b4..55e55f27 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim" -version = "0.4.0" +version = "0.5.0" authors = ["Maksym Pavlenko ", "The containerd Authors"] keywords = ["containerd", "shim", "containers"] description = "containerd shim extension" @@ -38,7 +38,7 @@ prctl = "1.0.0" page_size = "0.6.0" regex = "1" -containerd-shim-protos = { path = "../shim-protos", version = "0.4.0" } +containerd-shim-protos = { path = "../shim-protos", version = "0.5.0" } async-trait = { workspace = true, optional = true } tokio = { workspace = true, features = ["full"], optional = true }