From 095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Dec 2024 17:34:59 -0500 Subject: Bump supported rust version to 1.83.0 --- rust/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 59c71c6b..4f4703a3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -3,7 +3,7 @@ name = "binaryninja" version = "0.1.0" authors = ["Ryan Snyder ", "Kyle Martin "] edition = "2021" -rust-version = "1.77.0" +rust-version = "1.83.0" [features] noexports = [] @@ -29,7 +29,8 @@ members = [ "examples/dwarf/shared", "examples/idb_import", "examples/flowgraph", - "examples/minidump", + # TODO: Disabled until they can update time dependency. + # "examples/minidump", "examples/mlil_visitor", "examples/mlil_lifter", "examples/hlil_visitor", -- cgit v1.3.1