summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-12-15 12:25:54 +0100
committerGitHub <noreply@github.com>2023-12-15 12:25:54 +0100
commit41c0dae2097ae4368c259bd1b1b10ef6667bb850 (patch)
treef8475abb696ce70afe7da4cb94d5c08de1c2328a /Cargo.toml
parentab29c669e62b4b15f570ce63819f81aeeed6bcc3 (diff)
Switch to parallel comemo using Git dependency (#2973)
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 1ddd504f..2163d7c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ clap = { version = "4.4", features = ["derive", "env"] }
clap_complete = "4.2.1"
clap_mangen = "0.2.10"
codespan-reporting = "0.11"
-comemo = "0.3.1"
+comemo = { git = "https://github.com/typst/comemo", rev = "ddb3773" }
csv = "1"
dirs = "5"
ecow = { version = "0.2", features = ["serde"] }