Skip to content

Commit

Permalink
Fix shim dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv committed Jan 28, 2025
1 parent c016d93 commit ae876e3
Showing 1 changed file with 1 addition and 1 deletion.
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.1", features = ["async"] }
containerd-shim = { path = "../shim", version = "0.8.0", features = ["async"] }
libc.workspace = true
log.workspace = true
nix = { workspace = true, features = ["socket", "uio", "term"] }
Expand Down

0 comments on commit ae876e3

Please sign in to comment.