diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-01-05 17:43:47 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-01-06 16:29:59 -0500 |
| commit | c97b7d878c048312257843ee585280cc07a906e7 (patch) | |
| tree | bfe57dc6aa5515d437eba3418dc8a8cc88bf32ab /rust/CMakeLists.txt | |
| parent | 676f6f8d8f26ad12de74638315792db0aa25df70 (diff) | |
Update cargo version
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 9f7fd3a5..40146bf6 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 stable-2022-04-07) +set(CARGO_API_VERSION stable-2022-12-15) file(GLOB RUST_API_SOURCES ../binaryninjacore.h |
