We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c016d93 commit ae876e3Copy full SHA for ae876e3
crates/runc-shim/Cargo.toml
@@ -25,7 +25,7 @@ path = "src/main.rs"
25
doc = false
26
27
[dependencies]
28
-containerd-shim = { path = "../shim", version = "0.7.1", features = ["async"] }
+containerd-shim = { path = "../shim", version = "0.8.0", features = ["async"] }
29
libc.workspace = true
30
log.workspace = true
31
nix = { workspace = true, features = ["socket", "uio", "term"] }
0 commit comments