mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +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
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -6445,8 +6445,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|||
|
||||
[[package]]
|
||||
name = "unwind-sys"
|
||||
version = "0.1.3"
|
||||
source = "git+https://github.com/sfackler/rstack?rev=bd0f3ec#bd0f3eceb9f086a93c1e4c5fbccf1f886effe627"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7a81ba64bc45243d442e9bb2a362f303df152b5078c56ce4a0dc7d813c8df91"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"pkg-config",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue