summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
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",