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 }