mirror of
https://github.com/typst/typst
synced 2025-05-22 13:05:29 +08:00
Bump comemo
This commit is contained in:
parent
1fa56a317c
commit
88cb8c2626
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -368,8 +368,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "comemo"
|
name = "comemo"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/typst/comemo#0c141bbe47ca2d8c123fffc3f7f1ce35bb693993"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "28a097f142aeb5b03af73595536cd55f5d649fca4d656379aac86b3af133cf92"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"comemo-macros",
|
"comemo-macros",
|
||||||
"siphasher",
|
"siphasher",
|
||||||
@ -377,8 +378,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "comemo-macros"
|
name = "comemo-macros"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
source = "git+https://github.com/typst/comemo#0c141bbe47ca2d8c123fffc3f7f1ce35bb693993"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "168cc09917f6a014a4cf6ed166d1b541a20a768c60f9cc348f25203ee8312940"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -36,7 +36,7 @@ bench = false
|
|||||||
typst-macros = { path = "macros" }
|
typst-macros = { path = "macros" }
|
||||||
bitflags = { version = "2", features = ["serde"] }
|
bitflags = { version = "2", features = ["serde"] }
|
||||||
bytemuck = "1"
|
bytemuck = "1"
|
||||||
comemo = { git = "https://github.com/typst/comemo" }
|
comemo = "0.3"
|
||||||
ecow = "0.1"
|
ecow = "0.1"
|
||||||
flate2 = "1"
|
flate2 = "1"
|
||||||
fontdb = "0.13"
|
fontdb = "0.13"
|
||||||
|
@ -25,7 +25,7 @@ typst-library = { path = "../library" }
|
|||||||
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
||||||
clap = { version = "4.2.4", features = ["derive", "env"] }
|
clap = { version = "4.2.4", features = ["derive", "env"] }
|
||||||
codespan-reporting = "0.11"
|
codespan-reporting = "0.11"
|
||||||
comemo = { git = "https://github.com/typst/comemo" }
|
comemo = "0.3"
|
||||||
dirs = "5"
|
dirs = "5"
|
||||||
elsa = "1.8"
|
elsa = "1.8"
|
||||||
inferno = "0.11.15"
|
inferno = "0.11.15"
|
||||||
|
@ -13,7 +13,7 @@ bench = false
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
typst = { path = ".." }
|
typst = { path = ".." }
|
||||||
typst-library = { path = "../library" }
|
typst-library = { path = "../library" }
|
||||||
comemo = { git = "https://github.com/typst/comemo" }
|
comemo = "0.3"
|
||||||
heck = "0.4"
|
heck = "0.4"
|
||||||
include_dir = "0.7"
|
include_dir = "0.7"
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
|
@ -19,7 +19,7 @@ bench = false
|
|||||||
typst = { path = ".." }
|
typst = { path = ".." }
|
||||||
az = "1.2"
|
az = "1.2"
|
||||||
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
|
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
|
||||||
comemo = { git = "https://github.com/typst/comemo" }
|
comemo = "0.3"
|
||||||
csv = "1"
|
csv = "1"
|
||||||
ecow = "0.1"
|
ecow = "0.1"
|
||||||
hayagriva = "0.3"
|
hayagriva = "0.3"
|
||||||
|
@ -9,7 +9,7 @@ publish = false
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
typst = { path = ".." }
|
typst = { path = ".." }
|
||||||
typst-library = { path = "../library" }
|
typst-library = { path = "../library" }
|
||||||
comemo = { git = "https://github.com/typst/comemo" }
|
comemo = "0.3"
|
||||||
elsa = "1.8"
|
elsa = "1.8"
|
||||||
iai = { git = "https://github.com/reknih/iai" }
|
iai = { git = "https://github.com/reknih/iai" }
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user