Skip to content

Commit

Permalink
Update nix, and only include it on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Mar 2, 2024
1 parent 18b07b8 commit 6c114f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 20 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ indoc = "2.0.0"
itertools = "0.12"
mutants = "0.0.3"
nextest-metadata = "0.10"
nix = "0.27"
patch = "0.7"
path-slash = "0.2"
quote = "1.0"
Expand Down Expand Up @@ -88,6 +87,9 @@ features = ["derive"]
version = "2"
features = ["full", "extra-traits", "visit"]

[target.'cfg(unix)'.dependencies]
nix = { version="0.28", features = ["signal"] }

[dev-dependencies]
assert_cmd = "2.0"
cp_r = "0.5.1"
Expand Down

0 comments on commit 6c114f8

Please sign in to comment.