summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/Cargo.toml1
-rw-r--r--arch/riscv/src/lib.rs1
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/Cargo.toml b/arch/riscv/Cargo.toml
index e247b301..d5ab661e 100644
--- a/arch/riscv/Cargo.toml
+++ b/arch/riscv/Cargo.toml
@@ -10,6 +10,7 @@ binaryninja.workspace = true
binaryninjacore-sys.workspace = true
riscv-dis = { path = "disasm" }
rayon = { version = "1.0", optional = true }
+tracing = "0.1"
[features]
default = []
diff --git a/arch/riscv/src/lib.rs b/arch/riscv/src/lib.rs
index 1ebe7fb4..1f822524 100644
--- a/arch/riscv/src/lib.rs
+++ b/arch/riscv/src/lib.rs
@@ -26,7 +26,6 @@ use binaryninja::{
RelocationType,
},
symbol::{Symbol, SymbolType},
- tracing,
types::{NameAndType, Type},
};
use std::borrow::Cow;