diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 71bc88a5..03b6196c 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-client" -version = "0.4.0" +version = "0.5.0" authors = [ "Maksym Pavlenko ", "The containerd Authors", diff --git a/crates/runc-shim/Cargo.toml b/crates/runc-shim/Cargo.toml index 68131700..1ac8afd5 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.6.0", features = ["async"] } +containerd-shim = { path = "../shim", version = "0.7.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 994d06aa..0606cf82 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim-protos" -version = "0.6.0" +version = "0.7.0" authors = [ "Maksym Pavlenko ", "The containerd Authors", diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 10d042c6..ebd5d8aa 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim" -version = "0.6.0" +version = "0.7.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.6.0" } +containerd-shim-protos = { path = "../shim-protos", version = "0.7.0" } go-flag = "0.1.0" lazy_static = "1.4.0" libc.workspace = true