Skip to content

Commit

Permalink
Merge pull request #623 from rtzoeller/nix_0.24.0
Browse files Browse the repository at this point in the history
Upgrade nix to 0.24, limit features
  • Loading branch information
gwenn authored Apr 21, 2022
2 parents 768461e + 8bb4e57 commit c881430
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 @@ -40,7 +40,7 @@ radix_trie = { version = "0.2", optional = true }
regex = { version = "1.5.4", optional = true }

[target.'cfg(unix)'.dependencies]
nix = "0.23"
nix = { version = "0.24", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
utf8parse = "0.2"
skim = { version = "0.9", optional = true }

Expand Down

0 comments on commit c881430

Please sign in to comment.