From 71f1e46ed930223c211b72f9bb52ed54abb0c4a5 Mon Sep 17 00:00:00 2001 From: Gnome! <45660393+GnomedDev@users.noreply.github.com> Date: Sun, 17 Jul 2022 22:32:50 +0100 Subject: [PATCH] Remove unnecessary chrono dep (#9) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 70a35952e..cb251bea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,6 +90,7 @@ optional = true version = "0.7" [dependencies.serde-aux] +default-features = false optional = true version = "3"