chiark / gitweb /
Allow use of nix 30
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Sep 2025 09:43:11 +0000 (10:43 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Sep 2025 10:10:40 +0000 (11:10 +0100)
No change to lockfile (used by upstream-style build system) for now.

Closes: #1116421
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml

index 6389f7b7acbc0a59161a89f113d6b0af30fe0ce2..a6e805cb8801aad3d239358e72fc54979ca7023c 100644 (file)
@@ -54,7 +54,7 @@ libc = "0.2" # just for EISDIR due to IsADirectory
 log = "0.4.14"
 memchr = "2"
 mime = "0.3.4"
-nix = { version = ">=0.25, <0.30", features = ["fs", "process", "signal", "term", "uio"] }
+nix = { version = ">=0.25, <0.31", features = ["fs", "process", "signal", "term", "uio"] }
 parking_lot = ">= 0.11, < 0.13"
 pin-project-lite = "0.2"
 reqwest = { version = "0.12.8", features = [ "default-tls" ] }