Skip to content

Commit 6eb12c3

Browse files
committed
[Rust] Bump pinned version to 1.91.1
1 parent 526fb7a commit 6eb12c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

plugins/dwarf/dwarf_import/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
1313
REQUIRED
1414
)
1515
endif()
16-
set(CARGO_STABLE_VERSION 1.83.0)
16+
set(CARGO_STABLE_VERSION 1.91.1)
1717
add_subdirectory(${BN_API_PATH} binaryninjaapi)
1818
endif()
1919

plugins/svd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
1313
REQUIRED
1414
)
1515
endif()
16-
set(CARGO_STABLE_VERSION 1.83.0)
16+
set(CARGO_STABLE_VERSION 1.91.1)
1717
add_subdirectory(${BN_API_PATH} binaryninjaapi)
1818
endif()
1919

plugins/warp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
1313
REQUIRED
1414
)
1515
endif()
16-
set(CARGO_STABLE_VERSION 1.83.0)
16+
set(CARGO_STABLE_VERSION 1.91.1)
1717
add_subdirectory(${BN_API_PATH} binaryninjaapi)
1818
endif()
1919

plugins/warp/examples/headless/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides headless support for generating WARP signatures using Binary Ninja.
77
> Assuming you have the following:
88
> - 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)
99
> - Clang
10-
> - Rust (currently tested for 1.83.0)
10+
> - Rust (currently tested for 1.91.1)
1111
> - Set `BINARYNINJADIR` env variable to your installation directory (see [here](https://docs.binary.ninja/guide/#binary-path) for more details)
1212
> - If this is not set, the -sys crate will try and locate using the default installation path and last run location.
1313

plugins/workflow_objc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD)
1313
REQUIRED
1414
)
1515
endif()
16-
set(CARGO_STABLE_VERSION 1.83.0)
16+
set(CARGO_STABLE_VERSION 1.91.1)
1717
add_subdirectory(${BN_API_PATH} binaryninjaapi)
1818
endif()
1919

0 commit comments

Comments
 (0)