Release fix for cgroup parsing

Signed-off-by: James Sturtevant <jstur@microsoft.com>
This commit is contained in:
James Sturtevant 2024-03-19 20:52:30 +00:00 committed by Maksym Pavlenko
parent 6b9e5b28be
commit c696ce477d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ path = "src/main.rs"
doc = false doc = false
[dependencies] [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" crossbeam = "0.8.1"
libc.workspace = true libc.workspace = true
log.workspace = true log.workspace = true

View File

@ -1,6 +1,6 @@
[package] [package]
name = "containerd-shim" name = "containerd-shim"
version = "0.7.0" version = "0.7.1"
authors = [ authors = [
"Maksym Pavlenko <pavlenko.maksym@gmail.com>", "Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"The containerd Authors", "The containerd Authors",