From c696ce477dd8cd24e70cb3ff917fc5899b75f5fd Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Tue, 19 Mar 2024 20:52:30 +0000 Subject: [PATCH] Release fix for cgroup parsing Signed-off-by: James Sturtevant --- crates/runc-shim/Cargo.toml | 2 +- crates/shim/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/runc-shim/Cargo.toml b/crates/runc-shim/Cargo.toml index 1ac8afd5..2d2a67c5 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.7.0", features = ["async"] } +containerd-shim = { path = "../shim", version = "0.7.1", features = ["async"] } crossbeam = "0.8.1" libc.workspace = true log.workspace = true diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 9b3c6fad..d1b89543 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim" -version = "0.7.0" +version = "0.7.1" authors = [ "Maksym Pavlenko ", "The containerd Authors",