From 2bff146870679690be54f00f9299ad7b521bab57 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 14 Mar 2024 13:48:38 -0400 Subject: Update to Rust 1.76 --- rust/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/CMakeLists.txt') diff --git a/rust/CMakeLists.txt b/rust/CMakeLists.txt index c46d9909..e17a3ac0 100644 --- a/rust/CMakeLists.txt +++ b/rust/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(rust_api) -set(CARGO_API_VERSION stable-2022-12-15) +set(CARGO_API_VERSION 1.76.0) file(GLOB RUST_API_SOURCES CONFIGURE_DEPENDS ../binaryninjacore.h -- cgit v1.3.1