From 34f816b52e984d7182e9165d2d733f28d6737abc Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Wed, 2 Oct 2024 19:09:41 +0800 Subject: [PATCH] build: update typst version --- Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b63e11f4..6c00fd54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,11 +73,11 @@ strip = true [workspace.dependencies] # typesetting -typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.23-2" } -typst-ide = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.23-2" } -typst-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.23-2" } -typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.23-2" } -typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.23-2" } +typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" } +typst-ide = { 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-svg = { 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" } ttf-parser = "0.24.1" # typst = "0.11.1" # typst-ide = "0.11.1" @@ -86,7 +86,7 @@ ttf-parser = "0.24.1" # typst-syntax = "0.11.1" # ttf-parser = "0.20.0" -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4ee794c" } +typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4afd428" } typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "e9f8127" } # typst-assets = "0.11.1" @@ -236,11 +236,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.11.1-content-hint" } -typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.1-content-hint" } -typst-ide = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.1-content-hint" } -typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.1-content-hint" } -typst-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.1-content-hint" } +typst = { 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-ide = { 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-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "tinymist-v0.11.29" } # comemo = { path = "../comemo" } # typst = { path = "../typst/crates/typst" }