summaryrefslogtreecommitdiff
path: root/rust/examples
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples')
-rw-r--r--rust/examples/minidump/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/examples/minidump/Cargo.toml b/rust/examples/minidump/Cargo.toml
index a1ff71ab..b002271d 100644
--- a/rust/examples/minidump/Cargo.toml
+++ b/rust/examples/minidump/Cargo.toml
@@ -10,3 +10,4 @@ crate-type = ["cdylib"]
binaryninja = {path="../../"}
log = "0.4.17"
minidump = "0.15.2"
+time = "=0.3.16" # Remove this when we update from stable-2022-12-15 - it's pinning a dependency that requires a more recent version of rustc