summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-13 14:23:46 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-13 14:23:46 +0200
commit89cf4054d61d296245b34a20f9ad0b749c0f83e2 (patch)
tree38aaae4cf2a5e4b5f67e59d499f652c2eb3a372a /cli
parentf2732bb7b205361c5f309488b4e5235b4fc61e7c (diff)
Reduce amount of hashing
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 85357922..31d2dc97 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -23,7 +23,7 @@ typst = { path = ".." }
typst-library = { path = "../library" }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
codespan-reporting = "0.11"
-comemo = "0.2"
+comemo = "0.2.1"
dirs = "4"
elsa = "1.7"
memmap2 = "0.5"