Try 418f02b

This commit is contained in:
Laurenz 2025-07-25 23:02:26 +02:00
parent 2589e86a1f
commit 6c28ef34c7
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -451,9 +451,8 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]] [[package]]
name = "comemo" name = "comemo"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=9473663#947366304aad8840fa72eab413e07260cc34b6b4" source = "git+https://github.com/typst/comemo?rev=418f02b#418f02b58ce10e09abf0bcba92437e05f284294f"
dependencies = [ dependencies = [
"bumpalo",
"comemo-macros", "comemo-macros",
"parking_lot", "parking_lot",
"siphasher", "siphasher",
@ -463,7 +462,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=9473663#947366304aad8840fa72eab413e07260cc34b6b4" source = "git+https://github.com/typst/comemo?rev=418f02b#418f02b58ce10e09abf0bcba92437e05f284294f"
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 = "9473663" } comemo = { git = "https://github.com/typst/comemo", rev = "418f02b" }