summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-16 16:43:35 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-16 16:43:35 +0200
commit88cb8c26264713d6914c74226c962d4377b64668 (patch)
treee3085c2513680041e2af6de6564cfb2103dc0cdb /cli
parent1fa56a317c8d8da76546e6b5e19b279d84380837 (diff)
Bump comemo
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a6ebdd96..8f90c3aa 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -25,7 +25,7 @@ typst-library = { path = "../library" }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
clap = { version = "4.2.4", features = ["derive", "env"] }
codespan-reporting = "0.11"
-comemo = { git = "https://github.com/typst/comemo" }
+comemo = "0.3"
dirs = "5"
elsa = "1.8"
inferno = "0.11.15"