Update backtrace

This commit is contained in:
atouchet 2020-11-02 20:57:59 -08:00
parent 071d1d8248
commit c6605e2510
3 changed files with 44 additions and 39 deletions

View file

@ -29,9 +29,6 @@ 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" }
[patch."https://github.com/jrmuizel/raqote"]
raqote = { git = "https://github.com/jdm/raqote", branch = "fkup" }