Prescient try 17bcdd2

This commit is contained in:
Laurenz 2025-07-24 11:08:07 +02:00
parent be40d005ad
commit 2d19801fe5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -451,7 +451,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]] [[package]]
name = "comemo" name = "comemo"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=a6de443#a6de4436cff0d79a90cb639750dc13b4cd8f3176" source = "git+https://github.com/typst/comemo?rev=17bcdd2#17bcdd20286f601fdbd7804a92cdf6cddf56ba6f"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"comemo-macros", "comemo-macros",
@ -463,7 +463,7 @@ dependencies = [
[[package]] [[package]]
name = "comemo-macros" name = "comemo-macros"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=a6de443#a6de4436cff0d79a90cb639750dc13b4cd8f3176" source = "git+https://github.com/typst/comemo?rev=17bcdd2#17bcdd20286f601fdbd7804a92cdf6cddf56ba6f"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

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