cleanup: use merged version of launch-pad

This commit is contained in:
Ashley Wulber 2023-07-05 17:53:39 -04:00 committed by Ashley Wulber
parent d03c19bd10
commit a151838b7a
2 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ publish = false
async-signals = "0.4"
color-eyre = "0.6"
futures-util = "0.3"
launch-pad = { git = "https://github.com/pop-os/launch-pad", branch = "stdin-msg" }
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
libc = "0.2"
log-panics = { version = "2", features = ["with-backtrace"] }
nix = { version = "0.26", features = ["fs"], default-features = false }