summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-07-28 14:17:18 -0400
committerMason Reed <mason@vector35.com>2024-07-30 14:43:29 -0400
commit7a9a2503aae0c2b92b437b2ea7796efaae93a822 (patch)
treed30562ca7e24751326a553748013a522f43c7087 /rust
parent7ee080dad7c2a13a23084f70d36fe6f23d69d9eb (diff)
Add MSRV field to Cargo.toml
More info: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
Diffstat (limited to 'rust')
-rw-r--r--rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index b827b9bb..5ffc5ba4 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -3,6 +3,7 @@ name = "binaryninja"
version = "0.1.0"
authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
edition = "2021"
+rust-version = "1.77.0"
[features]
noexports = []