diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-21 20:30:39 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-21 21:21:19 -0400 |
| commit | 3788c92d968f5522323b8e6d5c6cf614dd4b021a (patch) | |
| tree | 73017c14093ab290e60654fe72db80af6109118f /rust/CMakeLists.txt | |
| parent | 2ded29f1b32842611b7e7751d14ab5533cc7cb19 (diff) | |
Update to Rust 1.77
Diffstat (limited to 'rust/CMakeLists.txt')
| -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 e17a3ac0..92c6926e 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.76.0) +set(CARGO_API_VERSION 1.77.0) file(GLOB RUST_API_SOURCES CONFIGURE_DEPENDS ../binaryninjacore.h |
