From b34ddd03f71c8637a80a264a3ea757b8295d482b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 1 Aug 2024 17:03:39 -0400 Subject: Pass length to free flag conditions list callback and remove libc from rust api Allows language bindings like rust to free conditions lists sanely --- view/bintxt/Cargo.lock | 1 - 1 file changed, 1 deletion(-) (limited to 'view') diff --git a/view/bintxt/Cargo.lock b/view/bintxt/Cargo.lock index 6b79bd48..faf8fc99 100644 --- a/view/bintxt/Cargo.lock +++ b/view/bintxt/Cargo.lock @@ -17,7 +17,6 @@ version = "0.1.0" dependencies = [ "binaryninjacore-sys", "lazy_static", - "libc", "log", ] -- cgit v1.3.1