mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: bump typstyle
This commit is contained in:
parent
ae5fe5ae6b
commit
c0e678a0f3
2 changed files with 3 additions and 9 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -5650,8 +5650,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typstyle-core"
|
||||
version = "0.13.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "11f75a1926d11271addf8bc8db4bcb24803464317e000c6c743d825111fb6b56"
|
||||
source = "git+https://github.com/ParaN3xus/typstyle/?branch=nightly#3414ec94cb4a5e2703050d77af4834a4f8359336"
|
||||
dependencies = [
|
||||
"ecow",
|
||||
"itertools 0.14.0",
|
||||
|
|
@ -5659,7 +5658,7 @@ dependencies = [
|
|||
"rustc-hash 2.1.1",
|
||||
"smallvec",
|
||||
"thiserror 2.0.12",
|
||||
"typst-syntax 0.13.1",
|
||||
"typst-syntax 0.14.0",
|
||||
"unicode-width 0.2.1",
|
||||
]
|
||||
|
||||
|
|
@ -6708,8 +6707,3 @@ checksum = "fc1f7e205ce79eb2da3cd71c5f55f3589785cb7c79f6a03d1c8d1491bda5d089"
|
|||
dependencies = [
|
||||
"zune-core",
|
||||
]
|
||||
|
||||
[[patch.unused]]
|
||||
name = "typstyle-core"
|
||||
version = "0.13.16"
|
||||
source = "git+https://github.com/ParaN3xus/typstyle/?rev=bf6db731d8edf407afc7cce94d47a8057aa82a0c#bf6db731d8edf407afc7cce94d47a8057aa82a0c"
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e
|
|||
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "cb84ac13259f133365b7fcbc6239d82907fe72f7" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "bf6db731d8edf407afc7cce94d47a8057aa82a0c" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", branch = "nightly" }
|
||||
reflexo = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "13f4d680b9394149b44d0a93ccbaf204e0834517" }
|
||||
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "13f4d680b9394149b44d0a93ccbaf204e0834517" }
|
||||
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "13f4d680b9394149b44d0a93ccbaf204e0834517" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue