Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aljen committed Oct 3, 2024
1 parent 51ce816 commit fbe4d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["runtime", "runtime/init-container/rinit"]
members = ["runtime", "rinit"]
resolver = "2"

[workspace.dependencies]
Expand Down
3 changes: 2 additions & 1 deletion rinit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
libc = "0.2"
log = "0.4.22"
stderrlog="0.6.0"
stderrlog = "0.6.0"
nix = { version = "0.29.0", features = [
"mount",
"fs",
Expand All @@ -16,3 +16,4 @@ nix = { version = "0.29.0", features = [
"ioctl",
"net",
] }
smol = "2.0.2"

0 comments on commit fbe4d0a

Please sign in to comment.