mirror of
https://github.com/typst/typst
synced 2025-08-02 17:27:54 +08:00
Try 1c872f7
This commit is contained in:
parent
140b62462f
commit
f25ba94717
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -451,9 +451,10 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
||||
[[package]]
|
||||
name = "comemo"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/typst/comemo?rev=670d0ba#670d0ba5a25d26b7682defe997d8ed865edc6346"
|
||||
source = "git+https://github.com/typst/comemo?rev=1c872f7#1c872f7ffcbbe55c61c954ad45350a0d455223db"
|
||||
dependencies = [
|
||||
"comemo-macros",
|
||||
"fxhash",
|
||||
"parking_lot",
|
||||
"siphasher",
|
||||
"slab",
|
||||
@ -462,7 +463,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "comemo-macros"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/typst/comemo?rev=670d0ba#670d0ba5a25d26b7682defe997d8ed865edc6346"
|
||||
source = "git+https://github.com/typst/comemo?rev=1c872f7#1c872f7ffcbbe55c61c954ad45350a0d455223db"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -165,4 +165,4 @@ uninlined_format_args = "warn"
|
||||
wildcard_in_or_patterns = "allow"
|
||||
|
||||
[patch.crates-io]
|
||||
comemo = { git = "https://github.com/typst/comemo", rev = "670d0ba" }
|
||||
comemo = { git = "https://github.com/typst/comemo", rev = "1c872f7" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user