diff options
Diffstat (limited to 'rust/plugin_examples/data_renderer/Cargo.toml')
| -rw-r--r-- | rust/plugin_examples/data_renderer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/plugin_examples/data_renderer/Cargo.toml b/rust/plugin_examples/data_renderer/Cargo.toml index 7ac32dfd..6c9aa63b 100644 --- a/rust/plugin_examples/data_renderer/Cargo.toml +++ b/rust/plugin_examples/data_renderer/Cargo.toml @@ -10,4 +10,4 @@ crate-type = ["cdylib"] binaryninjacore-sys = { path = "../../binaryninjacore-sys" } binaryninja = { path = "../.." } uuid = "1.18.1" -log = "0.4.27" +tracing = "0.1"
\ No newline at end of file |
