From 0eda0241adf3d50d04f7655683e35cdfbf0fb12d Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 19 Dec 2025 19:51:53 -0500 Subject: [Rust] Fix old rust toolchain version being used when checking Rust API Would be really nice if we consolidated this somewhere so this does not keep happening --- rust/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust') diff --git a/rust/CMakeLists.txt b/rust/CMakeLists.txt index caead2d9..fbdccd37 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.83.0) +set(CARGO_API_VERSION 1.91.1) file(GLOB_RECURSE RUST_API_SOURCES CONFIGURE_DEPENDS ../binaryninjacore.h -- cgit v1.3.1