@@ -7,34 +7,34 @@ readme = "README.md"
77license = " Apache-2.0"
88homepage = " https://github.com/typst-doc-cn/tutorial"
99repository = " https://github.com/typst-doc-cn/tutorial"
10- rust-version = " 1.74"
1110
1211[workspace ]
1312resolver = " 2"
1413members = [" crates/*" ]
1514
1615[workspace .dependencies ]
17- typst = " 0.12.0 "
18- typst-svg = " 0.12.0 "
16+ typst = " 0.13.1 "
17+ typst-svg = " 0.13.1 "
1918
20- serde = { version = " 1" , features = [" derive" ] }
2119serde_json = " 1"
2220
23- reflexo-typst = { version = " =0.5.1" , default-features = false , features = [
24- " browser-compile" ,
25- ] }
21+ reflexo-typst = { version = " 0.6.0-rc1" , default-features = false }
2622
2723[profile .release ]
28- lto = true # Enable link-time optimization
24+ # to satisfy stubber
25+ lto = false # Enable link-time optimization
2926strip = true # Strip symbols from binary*
3027opt-level = 3 # Optimize for speed
31- codegen-units = 1 # Reduce number of codegen units to increase optimizations
28+ codegen-units = 2 # Reduce number of codegen units to increase optimizations
3229panic = ' abort' # Abort on panic
3330
3431[patch .crates-io ]
35- typst = { git = " https://github.com/Myriad-Dreamin/typst.git" , tag = " typst.ts/v0.5.0-rc9" }
36- typst-svg = { git = " https://github.com/Myriad-Dreamin/typst.git" , tag = " typst.ts/v0.5.0-rc9" }
37- reflexo-typst = { git = " https://github.com/Myriad-Dreamin/typst.ts" , tag = " v0.5.1" , package = " reflexo-typst" }
32+ typst = { git = " https://github.com/Myriad-Dreamin/typst.git" , tag = " typst.ts/v0.6.0-rc1" }
33+ typst-library = { git = " https://github.com/Myriad-Dreamin/typst.git" , tag = " typst.ts/v0.6.0-rc1" }
34+ typst-syntax = { git = " https://github.com/Myriad-Dreamin/typst.git" , tag = " typst.ts/v0.6.0-rc1" }
35+ typst-utils = { git = " https://github.com/Myriad-Dreamin/typst.git" , tag = " typst.ts/v0.6.0-rc1" }
36+ typst-svg = { git = " https://github.com/Myriad-Dreamin/typst.git" , tag = " typst.ts/v0.6.0-rc1" }
37+ # reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts", tag = "v0.5.5-rc7" }
3838# typst-ts-core = { path = "../../rust/typst.ts/core" }
3939# typst-ts-compiler = { path = "../../rust/typst.ts/compiler" }
4040
@@ -43,7 +43,5 @@ missing_docs = "warn"
4343
4444[workspace .lints .clippy ]
4545uninlined_format_args = " warn"
46- missing_errors_doc = " warn"
47- missing_panics_doc = " warn"
4846missing_safety_doc = " warn"
4947undocumented_unsafe_blocks = " warn"
0 commit comments