Skip to content

Commit 83e8adf

Browse files
build: update time
1 parent cdb9817 commit 83e8adf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ typst-svg = "0.13.1"
1818

1919
serde_json = "1"
2020

21-
reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "5cdaded77bfd667818d1b8e95f29e3dd5e493089", default-features = false }
21+
reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "3a08a0e66e9d2523e5497c77277d2da76da8ccf2", default-features = false }
2222

2323
[profile.release]
2424
# to satisfy stubber
@@ -38,6 +38,12 @@ typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "typst.
3838
# typst-ts-core = { path = "../../rust/typst.ts/core" }
3939
# typst-ts-compiler = { path = "../../rust/typst.ts/compiler" }
4040

41+
typst-shim = { git = "https://github.com/Myriad-Dreamin/tinymist", rev = "2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
42+
tinymist-std = { git = "https://github.com/Myriad-Dreamin/tinymist", rev = "2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
43+
tinymist-task = { git = "https://github.com/Myriad-Dreamin/tinymist", rev = "2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
44+
tinymist-world = { git = "https://github.com/Myriad-Dreamin/tinymist", rev = "2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
45+
tinymist-project = { git = "https://github.com/Myriad-Dreamin/tinymist", rev = "2ca6e7f62d7064d7d584ed360fb11cec4c67d810" }
46+
4147
[workspace.lints.rust]
4248
missing_docs = "warn"
4349

0 commit comments

Comments
 (0)