From 5b393b6bae362974ec64e73ec0b5acc70d6d9cd0 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 16 Jun 2022 21:43:34 +0900 Subject: [PATCH] [DNM] Show it works fine with unreleased change of time crate Signed-off-by: Yuki Okushi --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63a69b5..c23c5d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,8 @@ version = "1.0.126" features = ["rc", "derive"] [dependencies.time] -version = "0.3.9" +git = "https://github.com/time-rs/time" +rev = "9a3f9856aad4991945e1945003191ca761e41cab" features = ["serde"] [dev-dependencies.async-std]