diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-07-24 13:20:26 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-08-10 19:28:09 -0400 |
| commit | 1b3faeb689b75491a9701e98cf0a9123ddba32cb (patch) | |
| tree | 5f72a9857e485311dd16b44db958f600c36b0db6 /CMakeLists.txt | |
| parent | b9dc0db6462d87833f9bb0fb6cef0f8049b2f74e (diff) | |
Rust API : Remove nightly requirement; Remove custom Clang args to simplify getting bindgen to work
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bcc2bab1..33dd0635 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(binaryninjaapi) option(BN_API_BUILD_EXAMPLES "Builds example plugins" OFF) -set(CARGO_API_VERSION nightly-2021-06-27) +set(CARGO_API_VERSION stable-2021-06-17) if(NOT CMAKE_SIZEOF_VOID_P EQUAL 8) if (MSVC) |
