Skip to content

Commit

Permalink
build: Add memfd feature to ipc-channel
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Sep 4, 2023
1 parent 64d31c5 commit c6881b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ clap = { workspace = true, features = ["std", "color", "derive", "cargo"]}
exec = "0.3.1"
fern = { version = "0.6", features = ["colored"] }
ignore = "0.4"
# when memfd don't require nightly we coulld add it
# ipc-channel = { version = "0.15", features = ["memfd"] }
ipc-channel = "0.17"
ipc-channel = { version = "0.17", features = ["memfd"] }
itertools = "0.11"
nix = { version = "0.27", features = ["process", "user"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit c6881b9

Please sign in to comment.