mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: bump world crates to 0.13.19-rc1
This commit is contained in:
parent
d06a7320e5
commit
5a62e14d73
2 changed files with 489 additions and 131 deletions
600
Cargo.lock
generated
600
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
20
Cargo.toml
20
Cargo.toml
|
|
@ -264,16 +264,16 @@ ignore-hidden = false
|
|||
extend-exclude = ["/.git", "fixtures"]
|
||||
|
||||
[patch.crates-io]
|
||||
typst = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-macros = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-library = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-html = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-timing = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-svg = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-render = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly" }
|
||||
typst = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-macros = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-library = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-html = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-timing = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-svg = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-render = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", branch = "nightly" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", branch = "nightly" }
|
||||
reflexo = { git = "https://github.com/ParaN3xus/typst.ts/", branch = "nightly" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue