summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2026-02-06 14:19:49 -0800
committerMason Reed <35282038+emesare@users.noreply.github.com>2026-02-23 00:09:44 -0800
commit2ca64121c90455facf54f124e0a033af4c75d30f (patch)
tree80676fe190086bba4a905a7a7fc84c2973174566 /rust/Cargo.toml
parent7760b9d44b8b79a1a1f78236f5174eb4f7b194f8 (diff)
[Rust] Fix rust version in `binaryninja` crate being outdated
Does not really effect anything but just saw it was still referencing old version.
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
edition = "2021"
-rust-version = "1.83.0"
+rust-version = "1.91.1"
license = "Apache-2.0"
[features]