chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9388757
)
nix: Explicitly enable the features we need
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 23 Feb 2024 11:31:56 +0000
(11:31 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 23 Feb 2024 16:34:20 +0000
(16:34 +0000)
Prep for 0.27.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 8f9c6682fb0a4bd3b71bc21c6c1d4e0af5771108..e396b70ff108d76b35005b4ec8a2258de7d131e0 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-52,7
+52,7
@@
libc = "0.2" # just for EISDIR due to IsADirectory
log = "0.4.14"
memchr = "2"
mime = "0.3.4"
-nix =
">=0.25, <0.27"
+nix =
{ version = ">=0.25, <0.27", features = ["fs", "process", "signal", "uio"] }
parking_lot = ">= 0.11, < 0.13"
pin-project-lite = "0.2"
regex = "1.5"