-
|
[NEED HELP] Hello, I'm developing Binary-ninja plugin using RUST APIs. RUST API crate is following. And my binja version is It works just yesterday. It seems this issue is occured after binaryninja has been upgraded. I've updated binaryninja-api crate but the result was same. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It does not seem that you have updated going off the commit sha referenced in the cargo output. Refers to a commit from two weeks ago, I would recommend that you pin your version to a specific version tag. See https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choice-of-commit for information on selecting the tag or commit to pin in Cargo.toml |
Beta Was this translation helpful? Give feedback.
It does not seem that you have updated going off the commit sha referenced in the cargo output.
daede11
Refers to a commit from two weeks ago, I would recommend that you pin your version to a specific version tag.
See https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choice-of-commit for information on selecting the tag or commit to pin in Cargo.toml