summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-06-14 14:49:46 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-06-14 14:49:46 +0000
commit4aaaee39f84683034e26fd4841eb1a21204c41f3 (patch)
treec3ff0d5e37bb79e3f080d30dd6bd72433b53303c
parentaaca2d2797631b310c8990257cff9b01c658478c (diff)
parent5fd36c0d0d72adbed4cd80d67d4d3c6685fc063c (diff)
downloadsubplot-4aaaee39f84683034e26fd4841eb1a21204c41f3.tar.gz
Merge branch 'time-macros' into 'main'
fix(subplotlib): enable the "macros" feature for the time crate Closes #285 See merge request subplot/subplot!277
-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"