From a5fbe13e59a2cea9ce930a58b0cdd4dc4476f0b6 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 23 Sep 2024 16:30:14 -0400 Subject: Fix nondeterminism when types in dwarf have conflicting names --- rust/examples/dwarf/dwarf_import/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml') 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" -- cgit v1.3.1