Skip to content

Commit

Permalink
Revert "Upgrade nix dependency"
Browse files Browse the repository at this point in the history
This reverts commit 626a93c.
  • Loading branch information
gwenn committed Jan 18, 2023
1 parent 6cf7220 commit e717427
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.5", optional = true }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.26", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
nix = { version = "0.25", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] }
utf8parse = "0.2"
skim = { version = "0.10", optional = true }
signal-hook = { version = "0.3", optional = true, default-features = false }
Expand Down

0 comments on commit e717427

Please sign in to comment.