summaryrefslogtreecommitdiff
path: root/rust/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2024-03-21 20:30:39 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2024-03-21 21:21:19 -0400
commit3788c92d968f5522323b8e6d5c6cf614dd4b021a (patch)
tree73017c14093ab290e60654fe72db80af6109118f /rust/README.md
parent2ded29f1b32842611b7e7751d14ab5533cc7cb19 (diff)
Update to Rust 1.77
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/README.md b/rust/README.md
index b6016a62..8a037f65 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -4,7 +4,7 @@
> :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 runs on Rust version `1.76.0`
+> :warning: This project runs on Rust version `1.77.0`
## Contributing