Skip to content

Commit

Permalink
Merge pull request #7 from tavianator/stripped-down-nix
Browse files Browse the repository at this point in the history
Bump nix version and only use the feature we need
  • Loading branch information
sharkdp authored Sep 4, 2022
2 parents e16ef14 + dee873a commit 35e40b9
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 @@ -11,7 +11,7 @@ edition = "2018"
authors = ["David Peter <[email protected]>"]

[dependencies]
nix = "0.23"
nix = { version = "0.24.2", default-features = false, features = ["feature"] }
lazy_static = "1.4"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 35e40b9

Please sign in to comment.