summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-09-20 18:37:28 +0200
committerunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-09-20 18:37:28 +0200
commitedcd93ce30ea1d85cc60afbf4261c00b5fe81509 (patch)
treeaadf08596df7666cf2be030b0a5c15246b9ad351 /README.md
parent8948735839b90ebb6e2c0c1145c28f5cae46ebe5 (diff)
add github actions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8a8613d..a466de1 100644
--- a/README.md
+++ b/README.md
@@ -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.