diff options
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" } |
