From 6eb12c3c3f53079a822881bf6e197105b25a0fe3 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 4 Dec 2025 14:41:25 -0500 Subject: [Rust] Bump pinned version to 1.91.1 --- plugins/dwarf/dwarf_import/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dwarf') 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() -- cgit v1.3.1