summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parentf2732bb7b205361c5f309488b4e5235b4fc61e7c (diff)
Reduce amount of hashing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f440c58..f68f6056 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ bench = false
typst-macros = { path = "macros" }
bitflags = "1"
bytemuck = "1"
-comemo = "0.2"
+comemo = "0.2.1"
ecow = "0.1"
flate2 = "1"
if_chain = "1"