Compare commits

...

2 Commits

Author SHA1 Message Date
Laurenz
f147639bd6 Try daaa9c9 (no parking_lot) 2025-07-24 14:56:11 +02:00
Laurenz
7810e4ed0f Try a5028dd 2025-07-24 12:02:13 +02:00
2 changed files with 3 additions and 6 deletions

7
Cargo.lock generated
View File

@ -451,19 +451,16 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "comemo"
version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=70c0307#70c03075453deda2b2cc592ee8676edfe7962804"
source = "git+https://github.com/typst/comemo?rev=daaa9c9#daaa9c96c7ea59805a149dafd13da48c48d5d6e1"
dependencies = [
"bumpalo",
"comemo-macros",
"once_cell",
"parking_lot",
"siphasher",
]
[[package]]
name = "comemo-macros"
version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=70c0307#70c03075453deda2b2cc592ee8676edfe7962804"
source = "git+https://github.com/typst/comemo?rev=daaa9c9#daaa9c96c7ea59805a149dafd13da48c48d5d6e1"
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 = "70c0307" }
comemo = { git = "https://github.com/typst/comemo", rev = "daaa9c9" }