From 1f0d13f6289b5a9dcb651ee5c704806bf96466f9 Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:32:36 +0200 Subject: fix build on newest stable --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c191446..4a6e05b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ binary-search = "0.1.2" # Dev # binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "dev" } # Stable -binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "master" } +binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "v5.0.7486-stable" } -- cgit v1.3.1