Skip to content

Commit

Permalink
deps: update typst, typst.ts, typstyle to tagged version (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaN3xus authored Oct 5, 2024
1 parent 0488de8 commit a52a716
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,27 +89,27 @@ env_logger = "0.11.3"
log = "0.4"

# Typst
reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "tinymist-v0.11.29", default-features = false, features = [
reflexo = { git = "https://github.com/paran3xus/typst.ts", tag = "tinymist-v0.11.29", default-features = false, features = [
"flat-vector",
] }
reflexo-world = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "tinymist-v0.11.29", features = [
reflexo-world = { git = "https://github.com/paran3xus/typst.ts", tag = "tinymist-v0.11.29", features = [
"system",
] }
reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "tinymist-v0.11.29", features = [
reflexo-typst = { git = "https://github.com/paran3xus/typst.ts", tag = "tinymist-v0.11.29", features = [
"system",
], default-features = false }
reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "tinymist-v0.11.29" }
reflexo-vec2svg = { git = "https://github.com/paran3xus/typst.ts", tag = "tinymist-v0.11.29" }


typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-timing = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-render = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-timing = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-svg = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-render = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-pdf = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-syntax = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4afd428838a8fc99151c00dcf52f26b94c367aa0" }
typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.7" }
typstyle = { git = "https://github.com/Enter-tainer/typstyle", branch = "tinymist-v0.11.29", default-features = false }
typstyle = { git = "https://github.com/paran3xus/typstyle", tag = "tinymist-v0.11.29", default-features = false }
typlite = { path = "./crates/typlite" }
typst-shim = { path = "./crates/typst-shim", features = ["nightly"] }

Expand Down Expand Up @@ -177,13 +177,13 @@ undocumented_unsafe_blocks = "warn"

# tinymist-assets = { path = "./crates/tinymist-assets/" }

typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-timing = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-render = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" }
reflexo-typst-shim = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "tinymist-v0.11.29", features = [
typst = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-timing = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-svg = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-render = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-pdf = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-syntax = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
reflexo-typst-shim = { git = "https://github.com/paran3xus/typst.ts", tag = "tinymist-v0.11.29", features = [
"nightly",
] }

Expand Down

0 comments on commit a52a716

Please sign in to comment.