diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2025-07-25 17:11:15 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2025-07-25 17:11:15 +0200 |
| commit | 36f9f30cb597d00d84d5b3d0bafa09af1faf2358 (patch) | |
| tree | 4273236fddaeb3bef0b0048d264b5c8f37e6f47d /Cargo.toml | |
| parent | 1f0d13f6289b5a9dcb651ee5c704806bf96466f9 (diff) | |
fix stable build for 5.1
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |
