From c203eff9f469f263c689f71ac79e3e4c9467e55b Mon Sep 17 00:00:00 2001 From: frozolotl <44589151+frozolotl@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:37:17 +1000 Subject: [PATCH] Allow typst package to compile by itself (#2130) --- crates/typst/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml index 78f920e32..a91c117ed 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"