build: bump world crates to 0.13.17-rc1

This commit is contained in:
github-actions[bot] 2025-08-02 08:38:36 +00:00 committed by Myriad-Dreamin
parent d4fa84af25
commit 80461d7e7c
10 changed files with 28 additions and 37 deletions

View file

@ -142,7 +142,6 @@ reflexo = { version = "=0.6.1-rc2", default-features = false, features = [
] }
reflexo-typst = { version = "=0.6.1-rc2", default-features = false }
reflexo-vec2svg = { version = "=0.6.1-rc2" }
typst = "0.14.0"
typst-html = "0.14.0"
typst-library = "0.14.0"
@ -188,15 +187,15 @@ insta-cmd = "0.6.0"
# Our Own Crates
tinymist-assets = { version = "=0.13.16" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.16" }
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.16" }
tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.16" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.16", default-features = false }
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.16", default-features = false }
tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.16", default-features = false }
tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.16" }
tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.16" }
typst-shim = { path = "./crates/typst-shim", version = "0.13.16" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.17-rc1" }
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.17-rc1" }
tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.17-rc1" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.17-rc1", default-features = false }
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.17-rc1", default-features = false }
tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.17-rc1", default-features = false }
tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.17-rc1" }
tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.17-rc1" }
typst-shim = { path = "./crates/typst-shim", version = "0.13.17-rc1" }
tinymist-tests = { path = "./crates/tinymist-tests/" }
@ -276,16 +275,16 @@ extend-exclude = ["/.git", "fixtures"]
# These patches use a different version of `typst`, which only exports some private functions and information for code analysis.
#
# A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability.
typst = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-macros = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-library = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-html = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-timing = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-svg = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-render = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
typst = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-macros = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-library = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-html = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-timing = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-svg = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-render = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-pdf = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-eval = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277" }
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", branch = "nightly" }
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", branch = "nightly" }

View file

@ -3,8 +3,7 @@ name = "tinymist-derive"
description = "Provides derive for tinymist."
categories = ["compilers"]
keywords = ["typst"]
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -3,8 +3,7 @@ name = "tinymist-l10n"
description = "Localization support for tinymist and typst."
categories = ["compilers", "command-line-utilities"]
keywords = ["language", "typst"]
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -3,8 +3,7 @@ name = "tinymist-package"
description = "Tinymist package support for Typst."
categories = ["compilers"]
keywords = ["api", "language", "typst"]
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -3,8 +3,7 @@ name = "tinymist-project"
description = "Project model of typst for tinymist."
categories = ["compilers"]
keywords = ["language", "typst"]
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -1,8 +1,7 @@
[package]
name = "tinymist-std"
description = "Additional functions wrapping Rust's standard library."
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -3,8 +3,7 @@ name = "tinymist-task"
description = "Task model of typst for tinymist."
categories = ["compilers"]
keywords = ["language", "typst"]
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -1,8 +1,7 @@
[package]
name = "tinymist-vfs"
description = "Vfs for tinymist."
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -3,8 +3,7 @@ name = "tinymist-world"
description = "Typst's World implementation for tinymist."
categories = ["compilers"]
keywords = ["language", "typst"]
# group: world
version = "0.13.16"
version = "0.13.17-rc1"
authors.workspace = true
license.workspace = true
edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "typst-shim"
description = "A compatibility layer for Typst release and mainline versions."
authors = ["The Typst Project Developers"]
version = "0.13.16"
version = "0.13.17-rc1"
edition.workspace = true
license.workspace = true
homepage.workspace = true