diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-09-20 18:37:28 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-09-20 18:37:28 +0200 |
| commit | edcd93ce30ea1d85cc60afbf4261c00b5fe81509 (patch) | |
| tree | aadf08596df7666cf2be030b0a5c15246b9ad351 /README.md | |
| parent | 8948735839b90ebb6e2c0c1145c28f5cae46ebe5 (diff) | |
add github actions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -31,6 +31,4 @@ Once GitHub Actions are set up and a loader plugin has been written, you will be This project requires the nightly channel of Rust. -Check the Cargo.toml file and adjust the `binaryninja` dependency so it points to whatever Binja update channel you want to compile for. __!MAKE SURE!__ Cargo caught your change of branch. It sometimes doesn't realize you changed it. Delete `Cargo.lock` and/or run `cargo clean`. Otherwise, it'll keep using whatever version was selected when you built or rust-analyzer ran. - -The Stable tag needs to be updated periodically, there is no "newest-stable" tag. +Check the Cargo.toml file and adjust the `binaryninja` dependency so it points to whatever Binja update channel you want to compile for. __!MAKE SURE!__ Cargo caught your change of branch. It sometimes doesn't realize you changed it. Delete `Cargo.lock` to make Cargo realize you did. Otherwise, it'll keep using whatever version was selected when you built or rust-analyzer ran. |
