From 1b3faeb689b75491a9701e98cf0a9123ddba32cb Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Sat, 24 Jul 2021 13:20:26 -0400 Subject: Rust API : Remove nightly requirement; Remove custom Clang args to simplify getting bindgen to work --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.3.1