From 6d17ed24935946f354889865099e78a1292c1463 Mon Sep 17 00:00:00 2001 From: Lucy Ada Randall <19198652+anoraktrend@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:53:24 +0000 Subject: [PATCH] Update Cargo.toml fix time bug --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 44f8a068f1..7b12d6b42b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,6 @@ categories = ["development-tools", "development-tools::ffi", "command-line-utili [profile.dev.package."*"] opt-level = 3 + +[patch.crates-io] +time = { git = "https://github.com/time-rs/time" }