summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-12-04 14:41:25 -0500
committerMason Reed <mason@vector35.com>2025-12-05 12:26:29 -0500
commit6eb12c3c3f53079a822881bf6e197105b25a0fe3 (patch)
treea7d3078e2aacdebd2a488a76aa93ea477bca1f65 /plugins
parent526fb7a8e80be4498d37c3a83ab1c7cd88d0c66d (diff)
[Rust] Bump pinned version to 1.91.1
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dwarf/dwarf_import/CMakeLists.txt2
-rw-r--r--plugins/svd/CMakeLists.txt2
-rw-r--r--plugins/warp/CMakeLists.txt2
-rw-r--r--plugins/warp/examples/headless/README.md2
-rw-r--r--plugins/workflow_objc/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/dwarf/dwarf_import/CMakeLists.txt b/plugins/dwarf/dwarf_import/CMakeLists.txt
index b3b18071..de85eebb 100644
--- a/plugins/dwarf/dwarf_import/CMakeLists.txt
+++ b/plugins/dwarf/dwarf_import/CMakeLists.txt
@@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
REQUIRED
)
endif()
- set(CARGO_STABLE_VERSION 1.83.0)
+ set(CARGO_STABLE_VERSION 1.91.1)
add_subdirectory(${BN_API_PATH} binaryninjaapi)
endif()
diff --git a/plugins/svd/CMakeLists.txt b/plugins/svd/CMakeLists.txt
index eb57107d..4570310c 100644
--- a/plugins/svd/CMakeLists.txt
+++ b/plugins/svd/CMakeLists.txt
@@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
REQUIRED
)
endif()
- set(CARGO_STABLE_VERSION 1.83.0)
+ set(CARGO_STABLE_VERSION 1.91.1)
add_subdirectory(${BN_API_PATH} binaryninjaapi)
endif()
diff --git a/plugins/warp/CMakeLists.txt b/plugins/warp/CMakeLists.txt
index 00c2f37a..3be3b265 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.83.0)
+ set(CARGO_STABLE_VERSION 1.91.1)
add_subdirectory(${BN_API_PATH} binaryninjaapi)
endif()
diff --git a/plugins/warp/examples/headless/README.md b/plugins/warp/examples/headless/README.md
index be4278b5..91bcf145 100644
--- a/plugins/warp/examples/headless/README.md
+++ b/plugins/warp/examples/headless/README.md
@@ -7,7 +7,7 @@ Provides headless support for generating WARP signatures using Binary Ninja.
> 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.83.0)
+> - Rust (currently tested for 1.91.1)
> - Set `BINARYNINJADIR` env variable to your installation directory (see [here](https://docs.binary.ninja/guide/#binary-path) for more details)
> - If this is not set, the -sys crate will try and locate using the default installation path and last run location.
diff --git a/plugins/workflow_objc/CMakeLists.txt b/plugins/workflow_objc/CMakeLists.txt
index b461e3d5..fc6c77bb 100644
--- a/plugins/workflow_objc/CMakeLists.txt
+++ b/plugins/workflow_objc/CMakeLists.txt
@@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
REQUIRED
)
endif()
- set(CARGO_STABLE_VERSION 1.83.0)
+ set(CARGO_STABLE_VERSION 1.91.1)
add_subdirectory(${BN_API_PATH} binaryninjaapi)
endif()