From 10d5bd9aed6122de4d096e78d116890e2ca439e0 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 31 Jul 2023 22:00:43 -0400 Subject: Rust Minidump example : Pin time dependency version to fix builds --- rust/examples/minidump/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/examples') 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 -- cgit v1.3.1