summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-06-14 17:33:08 +0300
committerLars Wirzenius <liw@liw.fi>2022-06-14 17:33:08 +0300
commit5fd36c0d0d72adbed4cd80d67d4d3c6685fc063c (patch)
treec3ff0d5e37bb79e3f080d30dd6bd72433b53303c
parentaaca2d2797631b310c8990257cff9b01c658478c (diff)
downloadsubplot-5fd36c0d0d72adbed4cd80d67d4d3c6685fc063c.tar.gz
fix(subplotlib): enable the "macros" feature for the time crate
Sponsored-by: author
-rw-r--r--subplotlib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"