refactor: pass OwnedFd to launch-pad

This commit is contained in:
Ashley Wulber 2023-11-09 14:34:29 -05:00 committed by Ashley Wulber
parent fd2dc23fac
commit d4d7dbce0e
4 changed files with 33 additions and 23 deletions

View file

@ -11,7 +11,8 @@ publish = false
async-signals = "0.4"
color-eyre = "0.6"
futures-util = "0.3"
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
launch-pad = { git = "https://github.com/pop-os/launch-pad", branch = "fix-close-fds-after-start" }
# launch-pad = { path = "../launch-pad" }
libc = "0.2"
log-panics = { version = "2", features = ["with-backtrace"] }
rustix = "0.38"