@@ -192,12 +192,12 @@ vergen = { version = "9.0.1", features = [
192192vergen-gitcl = { version = " 1.0.1" }
193193
194194# tinymist's world implementation
195- typst-shim = { version = " 0.14.0-rc1 " }
196- tinymist-std = { version = " 0.14.0-rc1 " , default-features = false }
197- tinymist-task = { version = " 0.14.0-rc1 " , default-features = false }
198- tinymist-world = { version = " 0.14.0-rc1 " , default-features = false }
199- tinymist-package = { version = " 0.14.0-rc1 " , default-features = false }
200- tinymist-project = { version = " 0.14.0-rc1 " , default-features = false }
195+ typst-shim = { version = " 0.14.0" }
196+ tinymist-std = { version = " 0.14.0" , default-features = false }
197+ tinymist-task = { version = " 0.14.0" , default-features = false }
198+ tinymist-world = { version = " 0.14.0" , default-features = false }
199+ tinymist-package = { version = " 0.14.0" , default-features = false }
200+ tinymist-project = { version = " 0.14.0" , default-features = false }
201201
202202# project core
203203reflexo = { version = " 0.7.0-rc1" , path = " crates/reflexo" , default-features = false }
@@ -265,13 +265,13 @@ typst-html = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "typst
265265
266266# fontdb = { path = "../fontdb" }
267267
268- # typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "bc5b26f7892326e886ba4b1e28281c9303f512cd " }
269- # tinymist-derive = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "bc5b26f7892326e886ba4b1e28281c9303f512cd " }
270- # tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "bc5b26f7892326e886ba4b1e28281c9303f512cd " }
271- # tinymist-task = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "bc5b26f7892326e886ba4b1e28281c9303f512cd " }
272- # tinymist-package = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "bc5b26f7892326e886ba4b1e28281c9303f512cd " }
273- # tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "bc5b26f7892326e886ba4b1e28281c9303f512cd " }
274- # tinymist-project = { git = "https://github.com/Myriad-Dreamin/tinymist.git", rev = "bc5b26f7892326e886ba4b1e28281c9303f512cd " }
268+ typst-shim = { git = " https://github.com/Myriad-Dreamin/tinymist.git" , rev = " 052149a509b686fa9111dd99eb278ce1213abdf2 " }
269+ tinymist-derive = { git = " https://github.com/Myriad-Dreamin/tinymist.git" , rev = " 052149a509b686fa9111dd99eb278ce1213abdf2 " }
270+ tinymist-std = { git = " https://github.com/Myriad-Dreamin/tinymist.git" , rev = " 052149a509b686fa9111dd99eb278ce1213abdf2 " }
271+ tinymist-task = { git = " https://github.com/Myriad-Dreamin/tinymist.git" , rev = " 052149a509b686fa9111dd99eb278ce1213abdf2 " }
272+ tinymist-package = { git = " https://github.com/Myriad-Dreamin/tinymist.git" , rev = " 052149a509b686fa9111dd99eb278ce1213abdf2 " }
273+ tinymist-world = { git = " https://github.com/Myriad-Dreamin/tinymist.git" , rev = " 052149a509b686fa9111dd99eb278ce1213abdf2 " }
274+ tinymist-project = { git = " https://github.com/Myriad-Dreamin/tinymist.git" , rev = " 052149a509b686fa9111dd99eb278ce1213abdf2 " }
275275
276276# typst-shim = { path = "../tinymist/crates/typst-shim" }
277277# tinymist-derive = { path = "../tinymist/crates/tinymist-derive" }
0 commit comments