summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2023-09-14 04:37:17 +1000
committerGitHub <noreply@github.com>2023-09-13 20:37:17 +0200
commitc203eff9f469f263c689f71ac79e3e4c9467e55b (patch)
tree8c0cc3cd3f3bf055efc60220b0bc2473a30b4c52
parent68fc6f5bc090ca787ede21c55ec6c7f83d86ce34 (diff)
Allow typst package to compile by itself (#2130)
-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"