aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <nox@nox.paris>2020-03-24 16:22:13 +0100
committerAnthony Ramine <nox@nox.paris>2020-03-24 16:22:13 +0100
commitba7e7e228dfeadea9bf0622b34fbb98a8a030b39 (patch)
tree653ce0f76a870ce1d2069aaac8ee456a2ac42c4b /Cargo.toml
parent804f44b8c651cc0bf12fae688bf910f6fd86dded (diff)
downloadservo-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.toml1
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" }