From 8d5da5a621cbb72a44d8292c8a667d1bebb5ceb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Fri, 25 Oct 2024 11:52:31 +0200 Subject: [PATCH] Remove chrono feature flag --- common/gateway-storage/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/common/gateway-storage/Cargo.toml b/common/gateway-storage/Cargo.toml index d89bac7639..26b2be56a1 100644 --- a/common/gateway-storage/Cargo.toml +++ b/common/gateway-storage/Cargo.toml @@ -19,7 +19,6 @@ sqlx = { workspace = true, features = [ "macros", "migrate", "time", - "chrono" ] } time = { workspace = true } thiserror = { workspace = true }