From b973b2d0e648b0aa291d753a29fd45e4f7d466de Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:52:12 +0100 Subject: why, why, why? --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1941181..74cf3f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,8 @@ thiserror = "1.0.43" coolfindpattern = "0.1.6" binary-search = "0.1.2" + +# Due to a breaking change in the binaryninja crate, you will also need to uncomment the relevant portion of code in the entrypoint. # Dev # binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "dev" } # Stable -- cgit v1.3.1