mirror of
https://github.com/typst/typst
synced 2025-07-27 06:17:53 +08:00
Try c960a35
This commit is contained in:
parent
790153098d
commit
da51d79d61
11
Cargo.lock
generated
11
Cargo.lock
generated
@ -451,19 +451,18 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "comemo"
|
name = "comemo"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
source = "git+https://github.com/typst/comemo?rev=4b949e2#4b949e2c4f1ac5a6d31c73f06daf290d880ff509"
|
source = "git+https://github.com/typst/comemo?rev=c960a35#c960a359e0820a69ea500cbc30da9f88ed2a4752"
|
||||||
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=4b949e2#4b949e2c4f1ac5a6d31c73f06daf290d880ff509"
|
source = "git+https://github.com/typst/comemo?rev=c960a35#c960a359e0820a69ea500cbc30da9f88ed2a4752"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@ -2498,12 +2497,6 @@ 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"
|
||||||
|
@ -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 = "4b949e2" }
|
comemo = { git = "https://github.com/typst/comemo", rev = "c960a35" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user