diff --git a/Cargo.lock b/Cargo.lock index 1ae1005..edfdddc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 3fc0be2..210e445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }