summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-12-13 17:34:59 -0500
committerMason Reed <mason@vector35.com>2024-12-13 17:42:38 -0500
commit095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc (patch)
tree4c7ff924f0c80368bf981733b46123e193cc3613 /rust/src
parent042b43f6d3f084526a0e5cf15e0ee93f9c849d27 (diff)
Bump supported rust version to 1.83.0
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 a0667eb0..272af926 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 `1.77.0`
+//! > ⚠️ This project runs on Rust version `1.83.0`
//!
//! ---
//!