From b6740d03abd22441e2e79e1d6a13c474e3fcba90 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 16 Oct 2025 12:19:57 -0400 Subject: Apply relocations when parsing DWARF --- plugins/dwarf/dwarf_import/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/dwarf/dwarf_import/Cargo.toml') diff --git a/plugins/dwarf/dwarf_import/Cargo.toml b/plugins/dwarf/dwarf_import/Cargo.toml index 9527274a..ca06b11b 100644 --- a/plugins/dwarf/dwarf_import/Cargo.toml +++ b/plugins/dwarf/dwarf_import/Cargo.toml @@ -16,4 +16,5 @@ log = "0.4" iset = "0.2.2" cpp_demangle = "0.4.3" regex = "1" -indexmap = "2.5.0" \ No newline at end of file +indexmap = "2.5.0" +object = "0.36" -- cgit v1.3.1