cleanup: git deps

This commit is contained in:
Ashley Wulber 2023-11-10 12:24:12 -05:00 committed by Ashley Wulber
parent d4d7dbce0e
commit e2d2732f81
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -572,7 +572,7 @@ checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
[[package]]
name = "launch-pad"
version = "0.1.0"
source = "git+https://github.com/pop-os/launch-pad?branch=fix-close-fds-after-start#b6b37d47e503d9b1c06441ca89eb1f62935dc2b3"
source = "git+https://github.com/pop-os/launch-pad#699fd1801260cd4425dfd472d0e36fdf17bb7f36"
dependencies = [
"log",
"nix 0.26.2",

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 = "fix-close-fds-after-start" }
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
# launch-pad = { path = "../launch-pad" }
libc = "0.2"
log-panics = { version = "2", features = ["with-backtrace"] }