diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-07-31 22:00:43 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-07-31 22:00:43 -0400 |
| commit | 10d5bd9aed6122de4d096e78d116890e2ca439e0 (patch) | |
| tree | 37a4a18f6e60e11b61c388d139156872507123d5 /rust/examples | |
| parent | adb819496e5e447b7acf5336ffe5d0a18a03c448 (diff) | |
Rust Minidump example : Pin time dependency version to fix builds
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/minidump/Cargo.toml | 1 |
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 |
