mirror of
https://github.com/mii443/obsidian-typst.git
synced 2025-08-22 16:15:34 +00:00
update comemo to v0.2
This commit is contained in:
27
Cargo.lock
generated
27
Cargo.lock
generated
@ -137,16 +137,7 @@ version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "22bf2c21093020535dd771993fedae8dd55393a4258cca501a9b55a962d350a5"
|
||||
dependencies = [
|
||||
"comemo-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"siphasher",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "comemo"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/typst/comemo#19cb91349d67a22dc8723fce3879a6af3730ecba"
|
||||
dependencies = [
|
||||
"comemo-macros 0.2.0 (git+https://github.com/typst/comemo)",
|
||||
"comemo-macros",
|
||||
"siphasher",
|
||||
]
|
||||
|
||||
@ -161,16 +152,6 @@ dependencies = [
|
||||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "comemo-macros"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/typst/comemo#19cb91349d67a22dc8723fce3879a6af3730ecba"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crc32fast"
|
||||
version = "1.3.2"
|
||||
@ -507,7 +488,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
|
||||
name = "obsidian-typst"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"comemo 0.2.0 (git+https://github.com/typst/comemo)",
|
||||
"comemo",
|
||||
"elsa",
|
||||
"js-sys",
|
||||
"once_cell",
|
||||
@ -998,7 +979,7 @@ source = "git+https://github.com/typst/typst.git#e13fc04c3e973da60d5f4e9cc6fc381
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"bytemuck",
|
||||
"comemo 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"comemo",
|
||||
"ecow",
|
||||
"flate2",
|
||||
"if_chain",
|
||||
@ -1033,7 +1014,7 @@ name = "typst-library"
|
||||
version = "0.0.0"
|
||||
source = "git+https://github.com/typst/typst.git#e13fc04c3e973da60d5f4e9cc6fc38105cd2ddf9"
|
||||
dependencies = [
|
||||
"comemo 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"comemo",
|
||||
"csv",
|
||||
"ecow",
|
||||
"hayagriva",
|
||||
|
@ -13,7 +13,7 @@ crate-type = ["cdylib"]
|
||||
# Everything to do with Typst
|
||||
typst = { git = "https://github.com/typst/typst.git" }
|
||||
typst-library = { git = "https://github.com/typst/typst.git" }
|
||||
comemo = { git = "https://github.com/typst/comemo" }
|
||||
comemo = "0.2"
|
||||
|
||||
once_cell = "1.17.1"
|
||||
siphasher = "0.3.10"
|
||||
|
Reference in New Issue
Block a user