|
1 | 1 | [workspace.package] |
2 | 2 | description = "An integrated language service for Typst." |
3 | 3 | authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"] |
4 | | -version = "0.14.19-rc5" |
| 4 | +version = "0.14.19-rc6" |
5 | 5 | edition = "2024" |
6 | 6 | readme = "README.md" |
7 | 7 | license = "Apache-2.0" |
@@ -226,16 +226,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.14.6" } |
226 | 226 |
|
227 | 227 | tinymist-tests = { path = "./crates/tinymist-tests/" } |
228 | 228 |
|
229 | | -sync-ls = { path = "./crates/sync-lsp", version = "0.14.19-rc5" } |
230 | | -tinymist = { path = "./crates/tinymist/", version = "0.14.19-rc5", default-features = false } |
231 | | -tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.19-rc5" } |
232 | | -tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.19-rc5" } |
233 | | -tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.19-rc5" } |
234 | | -tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.19-rc5" } |
235 | | -tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.19-rc5" } |
236 | | -tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.19-rc5" } |
237 | | -tinymist-preview = { path = "./crates/typst-preview", version = "0.14.19-rc5" } |
238 | | -typlite = { path = "./crates/typlite", version = "0.14.19-rc5", default-features = false } |
| 229 | +sync-ls = { path = "./crates/sync-lsp", version = "0.14.19-rc6" } |
| 230 | +tinymist = { path = "./crates/tinymist/", version = "0.14.19-rc6", default-features = false } |
| 231 | +tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.19-rc6" } |
| 232 | +tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.19-rc6" } |
| 233 | +tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.19-rc6" } |
| 234 | +tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.19-rc6" } |
| 235 | +tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.19-rc6" } |
| 236 | +tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.19-rc6" } |
| 237 | +tinymist-preview = { path = "./crates/typst-preview", version = "0.14.19-rc6" } |
| 238 | +typlite = { path = "./crates/typlite", version = "0.14.19-rc6", default-features = false } |
239 | 239 |
|
240 | 240 | cmark-writer = { path = "crates/cmark-writer", version = "0.9.0", features = [ |
241 | 241 | "gfm", |
@@ -335,9 +335,9 @@ typst-eval = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "d95f4 |
335 | 335 | # These patches use a different version of `reflexo`. |
336 | 336 | # |
337 | 337 | # A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability. |
338 | | -reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "009beddfab13a6a0d63a769c65758b33b08d7f76" } |
339 | | -reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "009beddfab13a6a0d63a769c65758b33b08d7f76" } |
340 | | -reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "009beddfab13a6a0d63a769c65758b33b08d7f76" } |
| 338 | +reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "cd0edeff8836a93674f7a756b4543c0af4bcdde3" } |
| 339 | +reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "cd0edeff8836a93674f7a756b4543c0af4bcdde3" } |
| 340 | +reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "cd0edeff8836a93674f7a756b4543c0af4bcdde3" } |
341 | 341 |
|
342 | 342 | # These patches use local `reflexo` for development. |
343 | 343 | # reflexo = { path = "../typst.ts/crates/reflexo/" } |
|
0 commit comments