From e856d391d377d0a723563925bb0a841ead5ae012 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 11 Nov 2024 17:05:44 -0500 Subject: Add actual logger api to rust --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 04ccb865..59c71c6b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,7 +10,7 @@ noexports = [] [dependencies] lazy_static = "1.4.0" -log = "0.4" +log = { version = "0.4", features = ["std"] } libc = "0.2" rayon = { version = "1.8", optional = true } binaryninjacore-sys = { path = "binaryninjacore-sys" } -- cgit v1.3.1