From 3788c92d968f5522323b8e6d5c6cf614dd4b021a Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 21 Mar 2024 20:30:39 -0400 Subject: Update to Rust 1.77 --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 11021bd7..0d385746 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.76.0` +//! > ⚠️ This project runs on Rust version `1.77.0` //! //! --- //! -- cgit v1.3.1