From 19fc22d3a30332e60020a12a1aa294d7e43e4d86 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 13 Feb 2023 14:24:33 -0800 Subject: [PATCH] Use patched version of gimli --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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" }