mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
dependencies: Update to latest version of unwind-sys
(#30923)
This allows us to remove the dependency on the git version of `unwind-sys` necessary for allowing compilation on Fedora 39.
This commit is contained in:
parent
1e540e69ae
commit
df157dcc03
2 changed files with 4 additions and 5 deletions
|
@ -29,6 +29,4 @@ mach = "0.3"
|
|||
|
||||
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
|
||||
nix = "0.25"
|
||||
# There's a bug in 0.1.3 that prevent proper compilation against rc revisions
|
||||
# of libunwind. Depend on the git repository version until 0.1.4 is released.
|
||||
unwind-sys = { git = "https://github.com/sfackler/rstack", rev = "bd0f3ec" }
|
||||
unwind-sys = "0.1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue