summaryrefslogtreecommitdiff
path: root/rust/README.md
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-07-24 13:20:26 -0400
committerKyleMiles <krm504@nyu.edu>2021-08-10 19:28:09 -0400
commit1b3faeb689b75491a9701e98cf0a9123ddba32cb (patch)
tree5f72a9857e485311dd16b44db958f600c36b0db6 /rust/README.md
parentb9dc0db6462d87833f9bb0fb6cef0f8049b2f74e (diff)
Rust API : Remove nightly requirement; Remove custom Clang args to simplify getting bindgen to work
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/README.md b/rust/README.md
index 815b449b..713f71c0 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -4,14 +4,14 @@
> :warning: **These bindings are in a very early beta, only have partial support for the core APIs and are still actively under development. Compatibility _will_ break and conventions _will_ change! They are being used for core Binary Ninja features however, so we expect much of what is already there to be reliable enough to build on, just don't be surprised if your plugins/scripts need to hit a moving target.**
-> :warning: This project requires **Rust Nightly** to build with those fancy linker arguments - most recent tested version: `cargo 1.55.0-nightly (9233aa06c 2021-06-22)`
+> :warning: This project runs on Rust version `stable-2021-06-17`
## Dependencies
Having BinaryNinja installed (and your license registered)
Clang
-Rust **Nightly**
+Rust
## How to use