cleanup: git deps
This commit is contained in:
parent
d4d7dbce0e
commit
e2d2732f81
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue