From 2ca64121c90455facf54f124e0a033af4c75d30f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 6 Feb 2026 14:19:49 -0800 Subject: [Rust] Fix rust version in `binaryninja` crate being outdated Does not really effect anything but just saw it was still referencing old version. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 17cb2f0d..2a03e5ac 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -3,7 +3,7 @@ name = "binaryninja" version = "0.1.0" authors = ["Ryan Snyder ", "Kyle Martin "] edition = "2021" -rust-version = "1.83.0" +rust-version = "1.91.1" license = "Apache-2.0" [features] -- cgit v1.3.1