11[workspace .package ]
22description = " An integrated language service for Typst."
33authors = [" Myriad-Dreamin <camiyoru@gmail.com>" , " Nathan Varner" ]
4- version = " 0.14.21-rc2 "
4+ version = " 0.14.21"
55edition = " 2024"
66readme = " README.md"
77license = " Apache-2.0"
@@ -229,16 +229,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.14.6", features = ["ni
229229
230230tinymist-tests = { path = " ./crates/tinymist-tests/" }
231231
232- sync-ls = { path = " ./crates/sync-lsp" , version = " 0.14.21-rc2 " }
233- tinymist = { path = " ./crates/tinymist/" , version = " 0.14.21-rc2 " , default-features = false }
234- tinymist-analysis = { path = " ./crates/tinymist-analysis/" , version = " 0.14.21-rc2 " }
235- tinymist-cli = { path = " ./crates/tinymist-cli/" , version = " 0.14.21-rc2 " }
236- tinymist-debug = { path = " ./crates/tinymist-debug/" , version = " 0.14.21-rc2 " }
237- tinymist-lint = { path = " ./crates/tinymist-lint/" , version = " 0.14.21-rc2 " }
238- tinymist-query = { path = " ./crates/tinymist-query/" , version = " 0.14.21-rc2 " }
239- tinymist-render = { path = " ./crates/tinymist-render/" , version = " 0.14.21-rc2 " }
240- tinymist-preview = { path = " ./crates/typst-preview" , version = " 0.14.21-rc2 " }
241- typlite = { path = " ./crates/typlite" , version = " 0.14.21-rc2 " , default-features = false }
232+ sync-ls = { path = " ./crates/sync-lsp" , version = " 0.14.21" }
233+ tinymist = { path = " ./crates/tinymist/" , version = " 0.14.21" , default-features = false }
234+ tinymist-analysis = { path = " ./crates/tinymist-analysis/" , version = " 0.14.21" }
235+ tinymist-cli = { path = " ./crates/tinymist-cli/" , version = " 0.14.21" }
236+ tinymist-debug = { path = " ./crates/tinymist-debug/" , version = " 0.14.21" }
237+ tinymist-lint = { path = " ./crates/tinymist-lint/" , version = " 0.14.21" }
238+ tinymist-query = { path = " ./crates/tinymist-query/" , version = " 0.14.21" }
239+ tinymist-render = { path = " ./crates/tinymist-render/" , version = " 0.14.21" }
240+ tinymist-preview = { path = " ./crates/typst-preview" , version = " 0.14.21" }
241+ typlite = { path = " ./crates/typlite" , version = " 0.14.21" , default-features = false }
242242
243243cmark-writer = { path = " crates/cmark-writer" , version = " 0.9.0" , features = [
244244 " gfm" ,
@@ -326,7 +326,7 @@ typst-timing = { git = "https://github.com/ParaN3xus/typst.git", rev = "d95f4b69
326326typst-utils = { git = " https://github.com/ParaN3xus/typst.git" , rev = " d95f4b695cb803885d997134dbf56f9d01b84971" }
327327
328328typst-ansi-hl = { git = " https://github.com/ParaN3xus/typst-ansi-hl.git" , rev = " 3b865a1282e273bd5f7ac90a18e20090c77e590d" }
329- typstyle-core = { git = " https://github.com/ParaN3xus/typstyle.git" , rev = " 005baa0ea29720f86c3c3702261aaddec8dff1ac " }
329+ typstyle-core = { git = " https://github.com/ParaN3xus/typstyle.git" , rev = " b57c0adf20880d9260e324193007318bdf077511 " }
330330
331331# These patches use local `typst` for development.
332332# typst = { path = "../typst/crates/typst" }
@@ -342,9 +342,9 @@ typstyle-core = { git = "https://github.com/ParaN3xus/typstyle.git", rev = "005b
342342# These patches use a different version of `reflexo`.
343343#
344344# A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability.
345- reflexo = { git = " https://github.com/ParaN3xus/typst.ts.git" , rev = " 57417b4d4fc9957174047a8ee9aff2e9b75ec86c " }
346- reflexo-typst = { git = " https://github.com/ParaN3xus/typst.ts.git" , rev = " 57417b4d4fc9957174047a8ee9aff2e9b75ec86c " }
347- reflexo-vec2svg = { git = " https://github.com/ParaN3xus/typst.ts.git" , rev = " 57417b4d4fc9957174047a8ee9aff2e9b75ec86c " }
345+ reflexo = { git = " https://github.com/ParaN3xus/typst.ts.git" , rev = " 5eb50ca24099571daa66c40de6cab25f06c1c120 " }
346+ reflexo-typst = { git = " https://github.com/ParaN3xus/typst.ts.git" , rev = " 5eb50ca24099571daa66c40de6cab25f06c1c120 " }
347+ reflexo-vec2svg = { git = " https://github.com/ParaN3xus/typst.ts.git" , rev = " 5eb50ca24099571daa66c40de6cab25f06c1c120 " }
348348
349349# These patches use local `reflexo` for development.
350350# reflexo = { path = "../typst.ts/crates/reflexo/" }
0 commit comments