From 7a9a2503aae0c2b92b437b2ea7796efaae93a822 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 28 Jul 2024 14:17:18 -0400 Subject: Add MSRV field to Cargo.toml More info: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 ", "Kyle Martin "] edition = "2021" +rust-version = "1.77.0" [features] noexports = [] -- cgit v1.3.1