Skip to content

Commit

Permalink
lock rayon version
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntrojan committed May 17, 2023
1 parent 7050aae commit 1535fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ pub extern "C" fn CorePluginInit() -> bool {
// TODO: (maybe) if signature not found, maybe go back a few instructions and attempt to create a signature with an offset.

// external_logger::init().unwrap();
log::info!("binja_coolsigmaker by unknowntrojan loaded!");
log::info!("say hello to the little ninja in your binja");

// #[cfg(debug_assertions)]
Expand Down

0 comments on commit 1535fcf

Please sign in to comment.