diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-01-05 17:43:47 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-01-06 16:29:59 -0500 |
| commit | c97b7d878c048312257843ee585280cc07a906e7 (patch) | |
| tree | bfe57dc6aa5515d437eba3418dc8a8cc88bf32ab /rust | |
| parent | 676f6f8d8f26ad12de74638315792db0aa25df70 (diff) | |
Update cargo version
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | rust/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/rust/README.md b/rust/README.md index 80cd287e..a84fccf6 100644 --- a/rust/README.md +++ b/rust/README.md @@ -4,7 +4,7 @@ > :warning: **These bindings are in a very early beta, only have partial support for the core APIs and are still actively under development. Compatibility _will_ break and conventions _will_ change! They are being used for core Binary Ninja features however, so we expect much of what is already there to be reliable enough to build on, just don't be surprised if your plugins/scripts need to hit a moving target.** -> :warning: This project runs on Rust version `stable-2022-04-07` +> :warning: This project runs on Rust version `stable-2022-12-15` ## Dependencies |
