From 15501132916dfbc24f23b619e6d5408f258fc0d9 Mon Sep 17 00:00:00 2001 From: Jonas Maier <> Date: Wed, 11 Mar 2026 12:30:07 +0100 Subject: can wait for threads & processes with a timeout now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 936e3ca..f7a738c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ libc = "0.2.182" sqlite = "0.37.0" termios = "0.3" pish_derive = { path = "./pish_derive" } -nix = { version = "0.31.2", features = ["poll"] } +nix = { version = "0.31.2", features = ["poll", "signal"] } -- cgit v1.2.3