Skip to content

Commit c696ce4

Browse files
jsturtevantmxpv
authored andcommitted
Release fix for cgroup parsing
Signed-off-by: James Sturtevant <[email protected]>
1 parent 6b9e5b2 commit c696ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/runc-shim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ path = "src/main.rs"
2525
doc = false
2626

2727
[dependencies]
28-
containerd-shim = { path = "../shim", version = "0.7.0", features = ["async"] }
28+
containerd-shim = { path = "../shim", version = "0.7.1", features = ["async"] }
2929
crossbeam = "0.8.1"
3030
libc.workspace = true
3131
log.workspace = true

crates/shim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "containerd-shim"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = [
55
"Maksym Pavlenko <[email protected]>",
66
"The containerd Authors",

0 commit comments

Comments
 (0)