From 095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Dec 2024 17:34:59 -0500 Subject: Bump supported rust version to 1.83.0 --- plugins/warp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/warp/CMakeLists.txt') diff --git a/plugins/warp/CMakeLists.txt b/plugins/warp/CMakeLists.txt index 5bc00fd3..165740c9 100644 --- a/plugins/warp/CMakeLists.txt +++ b/plugins/warp/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD) REQUIRED ) endif() - set(CARGO_STABLE_VERSION 1.77.0) + set(CARGO_STABLE_VERSION 1.83.0) add_subdirectory(${BN_API_PATH} binaryninjaapi) endif() -- cgit v1.3.1