From 5fd36c0d0d72adbed4cd80d67d4d3c6685fc063c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 14 Jun 2022 17:33:08 +0300 Subject: fix(subplotlib): enable the "macros" feature for the time crate Sponsored-by: author --- subplotlib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subplotlib/Cargo.toml b/subplotlib/Cargo.toml index bd4604d..11afd81 100644 --- a/subplotlib/Cargo.toml +++ b/subplotlib/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.13" state = "0.5" tempfile = "3.1" fs2 = "0.4" -time = { version = "0.3", features = ["parsing"] } +time = { version = "0.3", features = ["macros", "parsing"] } filetime = "0.2" regex = "1.4" shell-words = "1.0" -- cgit v1.2.1