mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update version of nix
, and ron
(#30330)
* Bump ron to 0.8.1 to pickup more recent base64 * Remove dependency on nix 0.14 * Update libloading in simpleservo
This commit is contained in:
parent
0a0036b422
commit
c78533c1a8
3 changed files with 11 additions and 32 deletions
|
@ -28,5 +28,5 @@ lazy_static = { workspace = true }
|
|||
mach = "0.3"
|
||||
|
||||
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
|
||||
nix = "0.14"
|
||||
nix = "0.25"
|
||||
unwind-sys = "0.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue