Use patched version of gimli

This commit is contained in:
Chris Fallin 2023-02-13 14:24:33 -08:00
parent 0e958f5a4b
commit 19fc22d3a3

View file

@ -19,3 +19,6 @@ rayon = "1.5"
lazy_static = "1.4"
libc = "0.2"
addr2line = "0.19"
[patch.crates-io]
gimli = { git = "https://github.com/philipc/gimli", branch = "line-tombstone" }