Try caa334e

This commit is contained in:
Laurenz 2025-07-29 17:27:59 +02:00
parent f25ba94717
commit f3f6eff3a9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -451,7 +451,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "comemo"
version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=1c872f7#1c872f7ffcbbe55c61c954ad45350a0d455223db"
source = "git+https://github.com/typst/comemo?rev=caa334e#caa334e220d97665f3aaabc14d5e8a137402691c"
dependencies = [
"comemo-macros",
"fxhash",
@ -463,7 +463,7 @@ dependencies = [
[[package]]
name = "comemo-macros"
version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=1c872f7#1c872f7ffcbbe55c61c954ad45350a0d455223db"
source = "git+https://github.com/typst/comemo?rev=caa334e#caa334e220d97665f3aaabc14d5e8a137402691c"
dependencies = [
"proc-macro2",
"quote",

View File

@ -165,4 +165,4 @@ uninlined_format_args = "warn"
wildcard_in_or_patterns = "allow"
[patch.crates-io]
comemo = { git = "https://github.com/typst/comemo", rev = "1c872f7" }
comemo = { git = "https://github.com/typst/comemo", rev = "caa334e" }