Try 9473663

This commit is contained in:
Laurenz 2025-07-25 15:33:10 +02:00
parent da51d79d61
commit 2589e86a1f
2 changed files with 10 additions and 3 deletions

11
Cargo.lock generated
View File

@ -451,18 +451,19 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]] [[package]]
name = "comemo" name = "comemo"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=c960a35#c960a359e0820a69ea500cbc30da9f88ed2a4752" source = "git+https://github.com/typst/comemo?rev=9473663#947366304aad8840fa72eab413e07260cc34b6b4"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"comemo-macros", "comemo-macros",
"parking_lot", "parking_lot",
"siphasher", "siphasher",
"slab",
] ]
[[package]] [[package]]
name = "comemo-macros" name = "comemo-macros"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/typst/comemo?rev=c960a35#c960a359e0820a69ea500cbc30da9f88ed2a4752" source = "git+https://github.com/typst/comemo?rev=9473663#947366304aad8840fa72eab413e07260cc34b6b4"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2497,6 +2498,12 @@ dependencies = [
"read-fonts", "read-fonts",
] ]
[[package]]
name = "slab"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
[[package]] [[package]]
name = "slotmap" name = "slotmap"
version = "1.0.7" version = "1.0.7"

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 = "c960a35" } comemo = { git = "https://github.com/typst/comemo", rev = "9473663" }