summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2025-07-25 17:11:15 +0200
committerunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2025-07-25 17:11:15 +0200
commit36f9f30cb597d00d84d5b3d0bafa09af1faf2358 (patch)
tree4273236fddaeb3bef0b0048d264b5c8f37e6f47d /Cargo.toml
parent1f0d13f6289b5a9dcb651ee5c704806bf96466f9 (diff)
fix stable build for 5.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a6e05b..c67c351 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", tag = "v5.0.7486-stable" }
+binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "stable/5.1.8005" }