chore: upgrade nix to 0.28

needed for musl targets on s390x
This commit is contained in:
Matthias Ahouansou 2024-04-01 13:36:38 +01:00
parent cf1e7bc1ed
commit 1c529529aa
No known key found for this signature in database
2 changed files with 11 additions and 15 deletions

View file

@ -125,7 +125,7 @@ features = [
]
[target.'cfg(unix)'.dependencies]
nix = { version = "0.26.2", features = ["resource"] }
nix = { version = "0.28", features = ["resource"] }
[features]
default = ["conduit_bin", "backend_sqlite", "backend_rocksdb", "systemd"]