diff --git a/eden/fs/cli_rs/edenfs-utils/Cargo.toml b/eden/fs/cli_rs/edenfs-utils/Cargo.toml index dc1ea3e98993c..65c094d27feee 100644 --- a/eden/fs/cli_rs/edenfs-utils/Cargo.toml +++ b/eden/fs/cli_rs/edenfs-utils/Cargo.toml @@ -18,10 +18,10 @@ tracing = { version = "0.1.41", features = ["attributes", "valuable"] } lazy_static = "1.4" [target.'cfg(target_os = "linux")'.dependencies] -nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "term", "time", "user", "zerocopy"] } +nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] } [target.'cfg(target_os = "macos")'.dependencies] -nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "term", "time", "user", "zerocopy"] } +nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] } [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["everything", "std"] }