mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Fix the unwind-sys build on latest Fedora (#30906)
The libunwind library version installed includes an rc number. The latest released version of the `unwind-sys` crate doesn't handle this properly, so rely on the latest commit in the upstream repository.
This commit is contained in:
parent
a9bf29cf8a
commit
d007d265bd
2 changed files with 4 additions and 3 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -6446,8 +6446,7 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|||
[[package]]
|
||||
name = "unwind-sys"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d554005b247de226d124a523cae6cd6a4348277071258296dda837cf760e02e7"
|
||||
source = "git+https://github.com/sfackler/rstack?rev=bd0f3ec#bd0f3eceb9f086a93c1e4c5fbccf1f886effe627"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"pkg-config",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue