diff options
author | Anthony Ramine <nox@nox.paris> | 2020-03-24 16:22:13 +0100 |
---|---|---|
committer | Anthony Ramine <nox@nox.paris> | 2020-03-24 16:22:13 +0100 |
commit | ba7e7e228dfeadea9bf0622b34fbb98a8a030b39 (patch) | |
tree | 653ce0f76a870ce1d2069aaac8ee456a2ac42c4b /Cargo.toml | |
parent | 804f44b8c651cc0bf12fae688bf910f6fd86dded (diff) | |
download | servo-backtrace.tar.gz servo-backtrace.zip |
Update backtrace to 0.3.46backtrace
https://github.com/rust-lang/backtrace-rs/pull/299
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 253038351bd..7c18dd0d023 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,3 @@ mio = { git = "https://github.com/servo/mio.git", branch = "servo" } # https://github.com/retep998/winapi-rs/pull/816 winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" } spirv_cross = { git = "https://github.com/servo/spirv_cross", branch = "wgpu-servo" } -backtrace = { git = "https://github.com/MeFisto94/backtrace-rs", branch = "fix-strtab-freeing-crash" } |