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"