diff options
| author | Mason Reed <mason@vector35.com> | 2024-07-28 14:17:18 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-07-30 14:43:29 -0400 |
| commit | 7a9a2503aae0c2b92b437b2ea7796efaae93a822 (patch) | |
| tree | d30562ca7e24751326a553748013a522f43c7087 /rust/Cargo.toml | |
| parent | 7ee080dad7c2a13a23084f70d36fe6f23d69d9eb (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/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 1 |
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 = [] |
