We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333a23c commit 4ae8331Copy full SHA for 4ae8331
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.8.0", features = ["async"] }
+containerd-shim = { path = "../shim", version = "0.9.0", features = ["async"] }
29
libc.workspace = true
30
log.workspace = true
31
nix = { workspace = true, features = ["socket", "uio", "term"] }
0 commit comments