summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-12-13 17:34:59 -0500
committerMason Reed <mason@vector35.com>2024-12-13 17:42:38 -0500
commit095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc (patch)
tree4c7ff924f0c80368bf981733b46123e193cc3613 /rust/Cargo.toml
parent042b43f6d3f084526a0e5cf15e0ee93f9c849d27 (diff)
Bump supported rust version to 1.83.0
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 59c71c6b..4f4703a3 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -3,7 +3,7 @@ name = "binaryninja"
version = "0.1.0"
authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
edition = "2021"
-rust-version = "1.77.0"
+rust-version = "1.83.0"
[features]
noexports = []
@@ -29,7 +29,8 @@ members = [
"examples/dwarf/shared",
"examples/idb_import",
"examples/flowgraph",
- "examples/minidump",
+ # TODO: Disabled until they can update time dependency.
+ # "examples/minidump",
"examples/mlil_visitor",
"examples/mlil_lifter",
"examples/hlil_visitor",