From 168a3fd34824adc9c6a606cd144219701f15cccf Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 17 Dec 2025 21:23:46 -0500 Subject: [Rust] Replace `log` with `tracing` - Added more documentation - Replaced global named logger for plugins, fixing the issue when the CU has multiple (e.g. statically linked demo) - Simplified some misc code This is a breaking change, but I believe there is no better time to make it, we cannot continue to use the `log` crate, it is too limited for our needs. --- plugins/dwarf/dwarf_import/Cargo.toml | 1 - 1 file changed, 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 15f3fda8..f71d4cf4 100644 --- a/plugins/dwarf/dwarf_import/Cargo.toml +++ b/plugins/dwarf/dwarf_import/Cargo.toml @@ -15,7 +15,6 @@ dwarfreader = { path = "../shared/" } binaryninja.workspace = true binaryninjacore-sys.workspace = true gimli = "0.31" -log = "0.4" iset = "0.2.2" cpp_demangle = "0.4.3" regex = "1" -- cgit v1.3.1