Skip to content

Commit

Permalink
fix(cargo): missing 'signal' feature on 'nix' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 authored and olanod committed Jan 16, 2024
1 parent 5936955 commit 574e1f3
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 @@ -193,7 +193,7 @@ pallet-xcm-benchmarks = { default-features = false, git = "https://github.com/vi

# Dev dependencies
assert_cmd = "2.0"
nix = "0.27.1"
nix = { version = "0.27.1", features = ["signal"] }
tempfile = "3.7"
tokio = { version = "1.32.0", features = ["macros", "time", "parking_lot"] }
wait-timeout = "0.2"

0 comments on commit 574e1f3

Please sign in to comment.