chore: upgrade nix to 0.28
needed for musl targets on s390x
This commit is contained in:
parent
cf1e7bc1ed
commit
1c529529aa
2 changed files with 11 additions and 15 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue