bump nix (rust crate) and add either

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-24 15:32:01 -05:00 committed by June
parent 342400fe2d
commit 99f7dad939
2 changed files with 16 additions and 3 deletions

View file

@ -106,9 +106,11 @@ webpage = { version = "2.0", default-features = false }
rocksdb = { version = "0.22.0", default-features = true, features = ["multi-threaded-cf", "zstd"], optional = true }
either = { version = "1.10.0", features = ["serde"] }
[target.'cfg(unix)'.dependencies]
nix = { version = "0.27.1", features = ["resource"] }
nix = { version = "0.28.0", features = ["resource"] }
[features]
default = ["conduit_bin", "backend_rocksdb", "systemd", "zstd_compression"]