From df5c9f1d2c869925cbfdddc8176f7d000e27a237 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Apr 2024 17:21:15 -0400 Subject: also pipe --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8aadc99..aa45518 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ rmpv = "1.0.2" tokio-tungstenite = { version = "0.21", features = ["rustls-tls-native-roots"] } is-terminal = "0.4.12" regex = "1.10.4" -rustix = { version = "0.38.33", features = ["termios", "procfs", "process"] } +rustix = { version = "0.38.33", features = ["termios", "procfs", "process", "pipe"] } [package.metadata.deb] depends = "pinentry" -- cgit v1.2.3-54-g00ecf