Skip to content

Commit ae876e3

Browse files
committed
Fix shim dependency
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent c016d93 commit ae876e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.1", features = ["async"] }
28+
containerd-shim = { path = "../shim", version = "0.8.0", features = ["async"] }
2929
libc.workspace = true
3030
log.workspace = true
3131
nix = { workspace = true, features = ["socket", "uio", "term"] }

0 commit comments

Comments
 (0)