summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2024-03-14 13:48:38 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2024-03-14 22:22:59 -0400
commit2bff146870679690be54f00f9299ad7b521bab57 (patch)
treea5b80d343b194fdd2e7cb075f4441fe3fbd24d57 /rust/src
parent6e04c943e75ebdfbc6e940d0aa3d88a54b4c264b (diff)
Update to Rust 1.76
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index c1ba83c7..8424cb59 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -35,7 +35,7 @@
//!
//! > ⚠️ **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.**
//!
-//! > ⚠️ This project runs on Rust version `stable-2022-12-15`
+//! > ⚠️ This project runs on Rust version `1.76.0`
//!
//! ---
//!