Skip to content

Commit

Permalink
build: update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 10, 2024
1 parent d976628 commit 753d5d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ undocumented_unsafe_blocks = "warn"
# typst-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst-ts-v0.10.0" }

# comemo = { git = "https://github.com/Dherse/comemo", rev = "15c8d5b" }
typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.12.0-rc1-content-hint" }
typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.12.0-rc1-content-hint" }
typst-ide = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.12.0-rc1-content-hint" }
typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.12.0-rc1-content-hint" }
typst-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.12.0-rc1-content-hint" }
typst = { git = "https://github.com/ParaN3xus/typst", branch = "typst.ts-tinymist-v0.11.31-content-hint" }
typst-syntax = { git = "https://github.com/ParaN3xus/typst", branch = "typst.ts-tinymist-v0.11.31-content-hint" }
typst-ide = { git = "https://github.com/ParaN3xus/typst", branch = "typst.ts-tinymist-v0.11.31-content-hint" }
typst-svg = { git = "https://github.com/ParaN3xus/typst", branch = "typst.ts-tinymist-v0.11.31-content-hint" }
typst-pdf = { git = "https://github.com/ParaN3xus/typst", branch = "typst.ts-tinymist-v0.11.31-content-hint" }

# comemo = { path = "../comemo" }
# typst = { path = "../typst/crates/typst" }
Expand Down

0 comments on commit 753d5d5

Please sign in to comment.