From 587a5c0c537a4b3bc5c737e3b3fc1fd5fbca3a59 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 19 Dec 2025 19:15:38 -0500 Subject: [Rust] Update examples to use tracing --- rust/plugin_examples/data_renderer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/plugin_examples') diff --git a/rust/plugin_examples/data_renderer/Cargo.toml b/rust/plugin_examples/data_renderer/Cargo.toml index 6c9aa63b..5911392f 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" -tracing = "0.1" \ No newline at end of file +tracing = "0.1" -- cgit v1.3.1