diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-09-19 08:28:03 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-09-19 08:28:03 +0200 |
| commit | e605cc25877c3b38b4a314b897b0d98dd7c1b5d6 (patch) | |
| tree | 13454eb244ad19e455cbf7f9788c87f2624c59c0 /Cargo.toml | |
| parent | 4a1f71a5fe140ddc389a553ab24637d2472116ac (diff) | |
fix crash related to segment edge case
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ [package] -name = "binja_coolsigmaker" -version = "0.1.2" +name = "binja_coolsigmaker" +version = "0.1.3" authors = ["unknowntrojan"] edition = "2021" @@ -8,7 +8,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -log = "0.4.17" +log = "0.4.17" clipboard = "0.5.0" # Local # binaryninja = { path = "../binaryninja-api/rust" } @@ -16,10 +16,10 @@ clipboard = "0.5.0" binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" } # Stable # binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", tag = "v3.4.4271-stable" } -rayon = "1.7.0" -iced-x86 = "1.17.0" -strum = { version = "0.25.0", features = ["derive"] } -serde = { version = "1.0.152", features = ["std"] } -serde_json = "1.0.93" -thiserror = "1.0.43" +rayon = "1.7.0" +iced-x86 = "1.17.0" +strum = { version = "0.25.0", features = ["derive"] } +serde = { version = "1.0.152", features = ["std"] } +serde_json = "1.0.93" +thiserror = "1.0.43" coolfindpattern = "0.1.3" |
