Skip to content

Commit b3de826

Browse files
committed
[Rust] Fix rust version in binaryninja crate being outdated
Does not really effect anything but just saw it was still referencing old version.
1 parent dc3dece commit b3de826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "binaryninja"
33
version = "0.1.0"
44
authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
55
edition = "2021"
6-
rust-version = "1.83.0"
6+
rust-version = "1.91.1"
77
license = "Apache-2.0"
88

99
[features]

0 commit comments

Comments
 (0)