summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml
index 78f920e3..a91c117e 100644
--- a/crates/typst/Cargo.toml
+++ b/crates/typst/Cargo.toml
@@ -54,7 +54,7 @@ unscanny = "0.1"
usvg = { version = "0.35", default-features = false, features = ["text"] }
xmlwriter = "0.1.0"
xmp-writer = "0.1"
-time = { version = "0.3.20", features = ["std", "formatting", "macros"] }
+time = { version = "0.3.20", features = ["std", "formatting", "macros", "parsing"] }
wasmi = "0.31.0"
xmlparser = "0.13.5"