summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-12-13 17:34:59 -0500
committerMason Reed <mason@vector35.com>2024-12-13 17:42:38 -0500
commit095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc (patch)
tree4c7ff924f0c80368bf981733b46123e193cc3613 /plugins
parent042b43f6d3f084526a0e5cf15e0ee93f9c849d27 (diff)
Bump supported rust version to 1.83.0
Diffstat (limited to 'plugins')
-rw-r--r--plugins/warp/CMakeLists.txt2
-rw-r--r--plugins/warp/README.md2
2 files changed, 2 insertions, 2 deletions
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()
diff --git a/plugins/warp/README.md b/plugins/warp/README.md
index ed56fb31..15b126e8 100644
--- a/plugins/warp/README.md
+++ b/plugins/warp/README.md
@@ -15,7 +15,7 @@ Duplicate functions will be removed to save space, any input will always produce
> Assuming you have the following:
> - A compatible Binary Ninja with headless usage (see [this documentation](https://docs.binary.ninja/dev/batch.html#batch-processing-and-other-automation-tips) for more information)
> - Clang
-> - Rust (currently tested for 1.77.0)
+> - Rust (currently tested for 1.83.0)
> - Set `DEP_BINARYNINJACORE_PATH` env variable to your install directory (see [here](https://docs.binary.ninja/guide/#binary-path) for more details)
1. Clone this repository (`git clone https://github.com/Vector35/binaryninja-api/tree/dev`)