Use backtrace fork with UWP-specific fix.

This commit is contained in:
Josh Matthews 2020-07-22 15:47:24 -04:00
parent 6a9aac3e65
commit 22d0117ea3
2 changed files with 4 additions and 2 deletions

View file

@ -29,6 +29,9 @@ opt-level = 3
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
# https://github.com/rust-lang/backtrace-rs/pull/363/
backtrace = { git = "https://github.com/servo/backtrace-rs", branch = "uwp-fix" }
# https://github.com/servo/servo/issues/27039#issuecomment-654400150
[patch."https://github.com/servo/webrender"]
webrender = { git = "https://github.com/jdm/webrender", branch = "crash-backtrace" }