Skip to content

Commit bf1e1a9

Browse files
committed
Fix: Specify features required from the "nix" dependency
Signed-off-by: Matthias Beyer <[email protected]>
1 parent f0d908d commit bf1e1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.60"
1414

1515
[dependencies]
1616
comma = "1.0"
17-
nix = "0.27"
17+
nix = { version = "0.27", features = ["fs", "process", "signal", "term"] }
1818
regex = "1"
1919
tempfile = "3"
2020
thiserror = "1.0.34"

0 commit comments

Comments
 (0)