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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue