Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
`process` feature required.

(from 26df363)
  • Loading branch information
kaos authored Oct 28, 2023
1 parent 4ce8c60 commit b5c1ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dirs = "5.0"
env_logger = { version = "0.10", default-features = false }
log = { workspace = true }
logging_timer = "1.1"
nix = "0.27"
nix = { version = "0.27", features = ["process"] }
serde = { version = "1.0", features = ["derive"] }
tempfile = { workspace = true }
toml = "0.8"
Expand Down

0 comments on commit b5c1ca8

Please sign in to comment.