Skip to content

Commit 220d6d6

Browse files
committed
Fix runc dependency
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent b8107d6 commit 220d6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/runc-shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log.workspace = true
3131
nix = { workspace = true, features = ["socket", "uio", "term"] }
3232
oci-spec.workspace = true
3333
prctl.workspace = true
34-
runc = { path = "../runc", version = "0.2.0", features = ["async"] }
34+
runc = { path = "../runc", version = "0.3.0", features = ["async"] }
3535
serde.workspace = true
3636
serde_json.workspace = true
3737
time.workspace = true

0 commit comments

Comments
 (0)