From c97b7d878c048312257843ee585280cc07a906e7 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 5 Jan 2023 17:43:47 -0500 Subject: Update cargo version --- 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 9f7fd3a5..40146bf6 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-04-07) +set(CARGO_API_VERSION stable-2022-12-15) file(GLOB RUST_API_SOURCES ../binaryninjacore.h -- cgit v1.3.1