Release fix for cgroup parsing
Signed-off-by: James Sturtevant <jstur@microsoft.com>
This commit is contained in:
parent
6b9e5b28be
commit
c696ce477d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "containerd-shim"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = [
|
||||
"Maksym Pavlenko <pavlenko.maksym@gmail.com>",
|
||||
"The containerd Authors",
|
||||
|
|
|
|||
Loading…
Reference in New Issue