Skip to content

Commit fa01360

Browse files
committed
[Rust] Fix old rust toolchain version being used when checking Rust API
Would be really nice if we consolidated this somewhere so this does not keep happening
1 parent 6d9c630 commit fa01360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
22

33
project(rust_api)
44

5-
set(CARGO_API_VERSION 1.83.0)
5+
set(CARGO_API_VERSION 1.91.1)
66

77
file(GLOB_RECURSE RUST_API_SOURCES CONFIGURE_DEPENDS
88
../binaryninjacore.h

0 commit comments

Comments
 (0)