diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-10-16 12:19:57 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-10-16 20:29:43 -0400 |
| commit | b6740d03abd22441e2e79e1d6a13c474e3fcba90 (patch) | |
| tree | b4b317e182f23a0b9f2f633b25c54bed814abb4b /plugins/dwarf/dwarf_import/Cargo.toml | |
| parent | e75d64a86a128b9a8cb3cb606e5f9560e90a4758 (diff) | |
Apply relocations when parsing DWARF
Diffstat (limited to 'plugins/dwarf/dwarf_import/Cargo.toml')
| -rw-r--r-- | plugins/dwarf/dwarf_import/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
