mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: bump tinymist-assets to v0.13.29-rc1 (#2130)
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
This commit is contained in:
parent
f227fd5485
commit
be75cd9a97
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -4612,7 +4612,7 @@ dependencies = [
|
|||
"strum 0.26.3",
|
||||
"sync-ls",
|
||||
"temp-env",
|
||||
"tinymist-assets 0.13.22",
|
||||
"tinymist-assets 0.13.29-rc1",
|
||||
"tinymist-core",
|
||||
"tinymist-debug",
|
||||
"tinymist-l10n",
|
||||
|
|
@ -4677,9 +4677,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.22"
|
||||
version = "0.13.29-rc1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "67f57fcd7639be764c7493e02c7119208982057bf313f64b3595814ec99d0431"
|
||||
checksum = "486bd04966a5672f6d3db902dd19b83c9a75093d1e2e08fe3f9d380e8c8138d1"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
|
|
@ -4822,7 +4822,7 @@ dependencies = [
|
|||
"reflexo-vec2svg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinymist-assets 0.13.22",
|
||||
"tinymist-assets 0.13.29-rc1",
|
||||
"tinymist-std",
|
||||
"tokio",
|
||||
"typst",
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ insta-cmd = "0.6.0"
|
|||
|
||||
|
||||
# Our Own Crates
|
||||
tinymist-assets = { version = "=0.13.22" }
|
||||
tinymist-assets = { version = "=0.13.29-rc1" }
|
||||
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.17" }
|
||||
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.17" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue