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]]
|
||||
name = "comemo"
|
||||
version = "0.2.2"
|
||||
source = "git+https://github.com/typst/comemo#0c141bbe47ca2d8c123fffc3f7f1ce35bb693993"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28a097f142aeb5b03af73595536cd55f5d649fca4d656379aac86b3af133cf92"
|
||||
dependencies = [
|
||||
"comemo-macros",
|
||||
"siphasher",
|
||||
@ -377,8 +378,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "comemo-macros"
|
||||
version = "0.2.2"
|
||||
source = "git+https://github.com/typst/comemo#0c141bbe47ca2d8c123fffc3f7f1ce35bb693993"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "168cc09917f6a014a4cf6ed166d1b541a20a768c60f9cc348f25203ee8312940"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -36,7 +36,7 @@ bench = false
|
||||
typst-macros = { path = "macros" }
|
||||
bitflags = { version = "2", features = ["serde"] }
|
||||
bytemuck = "1"
|
||||
comemo = { git = "https://github.com/typst/comemo" }
|
||||
comemo = "0.3"
|
||||
ecow = "0.1"
|
||||
flate2 = "1"
|
||||
fontdb = "0.13"
|
||||
|
@ -25,7 +25,7 @@ typst-library = { path = "../library" }
|
||||
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
||||
clap = { version = "4.2.4", features = ["derive", "env"] }
|
||||
codespan-reporting = "0.11"
|
||||
comemo = { git = "https://github.com/typst/comemo" }
|
||||
comemo = "0.3"
|
||||
dirs = "5"
|
||||
elsa = "1.8"
|
||||
inferno = "0.11.15"
|
||||
|
@ -13,7 +13,7 @@ bench = false
|
||||
[dependencies]
|
||||
typst = { path = ".." }
|
||||
typst-library = { path = "../library" }
|
||||
comemo = { git = "https://github.com/typst/comemo" }
|
||||
comemo = "0.3"
|
||||
heck = "0.4"
|
||||
include_dir = "0.7"
|
||||
once_cell = "1"
|
||||
|
@ -19,7 +19,7 @@ bench = false
|
||||
typst = { path = ".." }
|
||||
az = "1.2"
|
||||
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"
|
||||
ecow = "0.1"
|
||||
hayagriva = "0.3"
|
||||
|
@ -9,7 +9,7 @@ publish = false
|
||||
[dev-dependencies]
|
||||
typst = { path = ".." }
|
||||
typst-library = { path = "../library" }
|
||||
comemo = { git = "https://github.com/typst/comemo" }
|
||||
comemo = "0.3"
|
||||
elsa = "1.8"
|
||||
iai = { git = "https://github.com/reknih/iai" }
|
||||
once_cell = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user