Skip to content

Commit

Permalink
Release fix for cgroup parsing
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant authored and mxpv committed Mar 19, 2024
1 parent 6b9e5b2 commit c696ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/runc-shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim"
version = "0.7.0"
version = "0.7.1"
authors = [
"Maksym Pavlenko <[email protected]>",
"The containerd Authors",
Expand Down

0 comments on commit c696ce4

Please sign in to comment.