From 6a496b01b3e8a85c8231c949a306933e7ad58bfc Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 18 Jul 2024 14:05:23 -0400 Subject: Support loading supplementary DWARF files --- rust/examples/dwarf/dwarf_import/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 1dfae181..838e435e 100644 --- a/rust/examples/dwarf/dwarf_import/Cargo.toml +++ b/rust/examples/dwarf/dwarf_import/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] dwarfreader = { path = "../shared/" } binaryninja = { path = "../../../" } -gimli = "0.28" +gimli = "0.31" log = "0.4.20" iset = "0.2.2" cpp_demangle = "0.4.3" -- cgit v1.3.1