diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2024-12-12 00:52:12 +0100 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2024-12-12 00:52:12 +0100 |
| commit | b973b2d0e648b0aa291d753a29fd45e4f7d466de (patch) | |
| tree | a054af32d798ae9c56b69cb7d6e991fb9496f28d /Cargo.toml | |
| parent | 48726a1d9d76568c82f2c1e9ecded7b34f5d4a85 (diff) | |
why, why, why?
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
