diff options
| author | Mason Reed <mason@vector35.com> | 2025-12-19 19:51:53 -0500 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2026-01-11 10:36:01 -0800 |
| commit | 0eda0241adf3d50d04f7655683e35cdfbf0fb12d (patch) | |
| tree | c091be3718021e5a15fc47adef56d6710f6a40b5 | |
| parent | 587a5c0c537a4b3bc5c737e3b3fc1fd5fbca3a59 (diff) | |
[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
| -rw-r--r-- | rust/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
