diff --git a/Cargo.toml b/Cargo.toml index 225f23d..559ba66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }