mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: update tinymist-assets dependency
This commit is contained in:
parent
ce1d4f4f43
commit
db62791908
2 changed files with 7 additions and 7 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -3846,7 +3846,7 @@ dependencies = [
|
|||
"serde_yaml",
|
||||
"strum",
|
||||
"sync-lsp",
|
||||
"tinymist-assets 0.12.18-rc1",
|
||||
"tinymist-assets 0.12.18-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-core",
|
||||
"tinymist-query",
|
||||
"tinymist-render",
|
||||
|
|
@ -3891,13 +3891,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.12.18-rc1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "796dcd7f5d3000e6c5a1ed77b6a09839945245a3ad390befbdaa197964b0fcfb"
|
||||
version = "0.12.18-rc2"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.12.18-rc2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fcc1fb0dfaa3c3c112e08d3da204106ed42999c765b36a80f4f9e98b0f1b288b"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-core"
|
||||
|
|
@ -4000,7 +4000,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"tar",
|
||||
"tinymist-assets 0.12.18-rc1",
|
||||
"tinymist-assets 0.12.18-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"typst",
|
||||
"typst-assets",
|
||||
]
|
||||
|
|
@ -4387,7 +4387,7 @@ dependencies = [
|
|||
"reflexo-vec2svg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinymist-assets 0.12.18-rc1",
|
||||
"tinymist-assets 0.12.18-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tokio",
|
||||
"typst",
|
||||
"typst-assets",
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ insta = { version = "1.39", features = ["glob"] }
|
|||
|
||||
# Our Own Crates
|
||||
typst-preview = { path = "./crates/typst-preview" }
|
||||
tinymist-assets = { version = "0.12.18-rc1" }
|
||||
tinymist-assets = { version = "0.12.18-rc2" }
|
||||
tinymist = { path = "./crates/tinymist/" }
|
||||
tinymist-core = { path = "./crates/tinymist-core/", default-features = false }
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue