From b6de897f6744d28f0d6dcc7e30e080893d121027 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 29 Oct 2022 19:02:03 +0200 Subject: [PATCH] Remove unneeded features from chrono --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95d1226..886ad5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "LICENSE.txt" [dependencies] anyhow = "1.0" -chrono = "0.4" +chrono = { version = "0.4", default-features = false } diesel = { version = "2.0", features = [ "r2d2", "sqlite",