diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ crate-type = ["cdylib"] log = "0.4.17" clipboard = "0.5.0" binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" } -rayon = "*" +rayon = "1.7.0" iced-x86 = "1.17.0" strum = { version = "0.24.1", features = ["derive"] } serde = { version = "1.0.152", features = ["std"] } |
