mirror of
https://github.com/servo/servo.git
synced 2025-10-03 01:59:14 +01:00
Auto merge of #27368 - jdm:wack-fix, r=Manishearth
Use backtrace fork with UWP-specific fix.
Fixes #27367, which was introduced by 57f4f0a09f
. I'd like to do a new release in the store, and I would prefer not to wait for a new version of backtrace to be released before that can happen.
This commit is contained in:
commit
5f31dbf993
2 changed files with 4 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -242,8 +242,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "backtrace"
|
||||
version = "0.3.50"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
|
||||
source = "git+https://github.com/servo/backtrace-rs?branch=uwp-fix#5366f72ca5be2e2341f418923a71b70acbb653ad"
|
||||
dependencies = [
|
||||
"addr2line",
|
||||
"cfg-if",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue