summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-08-01 17:03:39 -0400
committerMason Reed <mason@vector35.com>2024-12-14 13:37:40 -0500
commitb34ddd03f71c8637a80a264a3ea757b8295d482b (patch)
treeb1cbe1ce59e16a98d6dfa21975ce1661d80e9f38 /rust/Cargo.lock
parent121c16592476754800b00a3b51595f4799944d04 (diff)
Pass length to free flag conditions list callback and remove libc from rust api
Allows language bindings like rust to free conditions lists sanely
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 682aae2f..4563bbff 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -123,7 +123,6 @@ version = "0.1.0"
dependencies = [
"binaryninjacore-sys",
"lazy_static",
- "libc",
"log",
"rayon",
]