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/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/CMakeLists.txt') diff --git a/rust/CMakeLists.txt b/rust/CMakeLists.txt index 92c6926e..ac679832 100644 --- a/rust/CMakeLists.txt +++ b/rust/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(rust_api) -set(CARGO_API_VERSION 1.77.0) +set(CARGO_API_VERSION 1.83.0) file(GLOB RUST_API_SOURCES CONFIGURE_DEPENDS ../binaryninjacore.h -- cgit v1.3.1