diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2025-10-14 19:46:54 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2025-10-14 19:46:54 +0200 |
| commit | ad732c4cdd155f65ededda0011547fad815fcdef (patch) | |
| tree | d6b45e3efbe982e69755e1d8e2b62225b6495cdb /Cargo.toml | |
| parent | 36f9f30cb597d00d84d5b3d0bafa09af1faf2358 (diff) | |
update
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -2,7 +2,7 @@ name = "binja_coolsigmaker" version = "0.1.6" authors = ["unknowntrojan"] -edition = "2021" +edition = "2024" [lib] crate-type = ["cdylib"] @@ -12,18 +12,18 @@ crate-type = ["cdylib"] # binaryninja = { path = "../binaryninja-api/rust" } log = "0.4.17" -clipboard = "0.5.0" -rayon = "1.7.0" +clipboard = "0.5" +rayon = "1.11" iced-x86 = "1.17.0" -strum = { version = "0.26.1", features = ["derive"] } -serde = { version = "1.0.152", features = ["std"] } -serde_json = "1.0.93" -thiserror = "1.0.43" -coolfindpattern = "0.1.6" -binary-search = "0.1.2" +strum = { version = "0.27", features = ["derive"] } +serde = { version = "1", features = ["std"] } +serde_json = "1" +thiserror = "2 " +coolfindpattern = "0.1.7" +binary-search = "0.1.3" # Dev # binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "dev" } # Stable -binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "stable/5.1.8005" } +binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "stable/5.1.8104" } |
