mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Bump duplicated nix to 0.29 (#32764)
Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
This commit is contained in:
parent
d667b79739
commit
cd394af018
3 changed files with 3 additions and 15 deletions
|
@ -29,5 +29,5 @@ lazy_static = { workspace = true }
|
|||
mach2 = "0.4"
|
||||
|
||||
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
|
||||
nix = { version = "0.27", features = ["signal"] }
|
||||
nix = { version = "0.29", features = ["signal"] }
|
||||
unwind-sys = "0.1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue