|
1 | 1 | [workspace.package] |
2 | 2 | description = "Run Typst in JavaScriptWorld." |
3 | 3 | authors = ["Typst.ts Developers", "The Typst Project Developers"] |
4 | | -version = "0.6.1-rc2" |
| 4 | +version = "0.6.1-rc3" |
5 | 5 | edition = "2021" |
6 | 6 | readme = "README.md" |
7 | 7 | license = "Apache-2.0" |
@@ -200,22 +200,22 @@ tinymist-package = { version = "0.13.24-rc1", default-features = false } |
200 | 200 | tinymist-project = { version = "0.13.24-rc1", default-features = false } |
201 | 201 |
|
202 | 202 | # project core |
203 | | -reflexo = { version = "0.6.1-rc2", path = "crates/reflexo", default-features = false } |
204 | | -reflexo-typst = { version = "0.6.1-rc2", path = "crates/reflexo-typst" } |
| 203 | +reflexo = { version = "0.6.1-rc3", path = "crates/reflexo", default-features = false } |
| 204 | +reflexo-typst = { version = "0.6.1-rc3", path = "crates/reflexo-typst" } |
205 | 205 |
|
206 | 206 | # conversions |
207 | | -reflexo-typst2vec = { version = "0.6.1-rc2", path = "crates/conversion/typst2vec" } |
208 | | -reflexo-typst2hast = { version = "0.6.1-rc2", path = "crates/conversion/typst2hast" } |
209 | | -reflexo-vec2canvas = { version = "0.6.1-rc2", path = "crates/conversion/vec2canvas" } |
210 | | -reflexo-vec2sema = { version = "0.6.1-rc2", path = "crates/conversion/vec2sema" } |
211 | | -reflexo-vec2bbox = { version = "0.6.1-rc2", path = "crates/conversion/vec2bbox" } |
212 | | -reflexo-vec2dom = { version = "0.6.1-rc2", path = "crates/conversion/vec2dom" } |
213 | | -reflexo-vec2svg = { version = "0.6.1-rc2", path = "crates/conversion/vec2svg" } |
| 207 | +reflexo-typst2vec = { version = "0.6.1-rc3", path = "crates/conversion/typst2vec" } |
| 208 | +reflexo-typst2hast = { version = "0.6.1-rc3", path = "crates/conversion/typst2hast" } |
| 209 | +reflexo-vec2canvas = { version = "0.6.1-rc3", path = "crates/conversion/vec2canvas" } |
| 210 | +reflexo-vec2sema = { version = "0.6.1-rc3", path = "crates/conversion/vec2sema" } |
| 211 | +reflexo-vec2bbox = { version = "0.6.1-rc3", path = "crates/conversion/vec2bbox" } |
| 212 | +reflexo-vec2dom = { version = "0.6.1-rc3", path = "crates/conversion/vec2dom" } |
| 213 | +reflexo-vec2svg = { version = "0.6.1-rc3", path = "crates/conversion/vec2svg" } |
214 | 214 |
|
215 | 215 | # project components |
216 | | -typst-ts-test-common = { version = "0.6.1-rc2", path = "tests/common" } |
217 | | -typst-ts-dev-server = { version = "0.6.1-rc2", path = "server/dev" } |
218 | | -typst-ts-cli = { version = "0.6.1-rc2", path = "cli" } |
| 216 | +typst-ts-test-common = { version = "0.6.1-rc3", path = "tests/common" } |
| 217 | +typst-ts-dev-server = { version = "0.6.1-rc3", path = "server/dev" } |
| 218 | +typst-ts-cli = { version = "0.6.1-rc3", path = "cli" } |
219 | 219 |
|
220 | 220 | [workspace.lints.rust] |
221 | 221 | # missing_docs = "warn" |
@@ -265,13 +265,13 @@ typst-html = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "typst |
265 | 265 |
|
266 | 266 | # fontdb = { path = "../fontdb" } |
267 | 267 |
|
268 | | -typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
269 | | -tinymist-derive = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
270 | | -tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
271 | | -tinymist-task = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
272 | | -tinymist-package = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
273 | | -tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
274 | | -tinymist-project = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
| 268 | +# typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
| 269 | +# tinymist-derive = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
| 270 | +# tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
| 271 | +# tinymist-task = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
| 272 | +# tinymist-package = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
| 273 | +# tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
| 274 | +# tinymist-project = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "48311acbdfbdfed71dcb406e2c7f7f8593c80b97" } |
275 | 275 |
|
276 | 276 | # [patch."https://github.com/Myriad-Dreamin/tinymist.git"] |
277 | 277 | # typst-shim = { path = "../tinymist/crates/typst-shim" } |
|
0 commit comments