Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 8b73648

Browse files
authored
Add signal feature
1 parent 6e4fceb commit 8b73648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ windows = { version = "0.48", features = [
5959

6060
[target.'cfg(target_family = "unix")'.dependencies]
6161
cpp_demangle = "0.4"
62-
nix = "0.27"
62+
nix = { version = "0.27", features = ["signal"] }
6363

6464
[target.'cfg(target_os = "linux")'.dependencies]
6565
pete = "0.10"

0 commit comments

Comments
 (0)