fix: update nix to fix loongarch64 build
This commit is contained in:
parent
5b383f669b
commit
f826b8cce8
2 changed files with 3 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue