Skip to content

Commit

Permalink
add required features
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Aug 30, 2023
1 parent 14592a6 commit 7d183fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world_until/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ futures-util = "0.3.14"
tokio = { version = "1.11.0", features = ["full"] }

[target.'cfg(unix)'.dev-dependencies]
nix = "0.27"
nix = { version = "0.27", features = ["process", "signal"] }

0 comments on commit 7d183fd

Please sign in to comment.