fix: update nix to fix loongarch64 build

This commit is contained in:
pugaizai 2025-03-22 18:38:41 +08:00 committed by Michael Murphy
parent 5b383f669b
commit f826b8cce8
2 changed files with 3 additions and 4 deletions

View file

@ -87,7 +87,7 @@ rust-version = "1.79.0"
env_logger = "0.10.2"
log = "0.4.22"
# Fix zbus compilation by manually adding nix with user feature
nix = { version = "0.26", features = ["user"] }
nix = { version = "0.29", features = ["user"] }
pwd = "1.4.0"
ron = "0.8"
serde = "1"