summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/Cargo.toml
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-09-23 16:30:14 -0400
committerJosh Ferrell <josh@vector35.com>2024-09-23 16:30:14 -0400
commita5fbe13e59a2cea9ce930a58b0cdd4dc4476f0b6 (patch)
tree5d29c1957d91d3cbbadaafffcf95822c9a229e44 /rust/examples/dwarf/dwarf_import/Cargo.toml
parent6a50738a762e38bc012a429a520c2e770671fb26 (diff)
Fix nondeterminism when types in dwarf have conflicting names
Diffstat (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml')
-rw-r--r--rust/examples/dwarf/dwarf_import/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml
index 838e435e..1736535f 100644
--- a/rust/examples/dwarf/dwarf_import/Cargo.toml
+++ b/rust/examples/dwarf/dwarf_import/Cargo.toml
@@ -15,3 +15,4 @@ log = "0.4.20"
iset = "0.2.2"
cpp_demangle = "0.4.3"
regex = "1"
+indexmap = "2.5.0"