diff --git a/Cargo.lock b/Cargo.lock index 2cac04d06..8b42df09a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -775,7 +775,7 @@ dependencies = [ [[package]] name = "crityp" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "base64", @@ -4114,7 +4114,7 @@ dependencies = [ [[package]] name = "sync-ls" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "clap", @@ -4243,7 +4243,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "insta", "lsp-types", @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "tinymist" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "async-trait", @@ -4440,7 +4440,7 @@ dependencies = [ [[package]] name = "tinymist-analysis" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "comemo", "dashmap", @@ -4479,11 +4479,11 @@ checksum = "053414ba8d0129f161bb4f4fd79beac72ddfa9f54d7d03a17b0c608edc473a67" [[package]] name = "tinymist-assets" -version = "0.13.15-rc2" +version = "0.13.15" [[package]] name = "tinymist-bench-font-load" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "divan", "tinymist", @@ -4491,7 +4491,7 @@ dependencies = [ [[package]] name = "tinymist-core" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "cargo_metadata", @@ -4503,7 +4503,7 @@ dependencies = [ [[package]] name = "tinymist-dap" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "base64", "comemo", @@ -4522,7 +4522,7 @@ dependencies = [ [[package]] name = "tinymist-debug" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "base64", "comemo", @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "tinymist-derive" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "quote", "syn 2.0.104", @@ -4548,7 +4548,7 @@ dependencies = [ [[package]] name = "tinymist-l10n" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "clap", @@ -4562,7 +4562,7 @@ dependencies = [ [[package]] name = "tinymist-lint" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "comemo", "insta", @@ -4576,7 +4576,7 @@ dependencies = [ [[package]] name = "tinymist-package" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "base64", "comemo", @@ -4603,7 +4603,7 @@ dependencies = [ [[package]] name = "tinymist-preview" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "clap", "comemo", @@ -4627,7 +4627,7 @@ dependencies = [ [[package]] name = "tinymist-project" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "clap", @@ -4655,7 +4655,7 @@ dependencies = [ [[package]] name = "tinymist-query" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "base64", @@ -4709,7 +4709,7 @@ dependencies = [ [[package]] name = "tinymist-render" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "base64", "log", @@ -4722,7 +4722,7 @@ dependencies = [ [[package]] name = "tinymist-std" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "base64", @@ -4760,7 +4760,7 @@ dependencies = [ [[package]] name = "tinymist-task" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "clap", @@ -4793,7 +4793,7 @@ dependencies = [ [[package]] name = "tinymist-tests" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "comemo", "insta", @@ -4806,7 +4806,7 @@ dependencies = [ [[package]] name = "tinymist-vfs" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "comemo", "ecow", @@ -4824,7 +4824,7 @@ dependencies = [ [[package]] name = "tinymist-world" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "anyhow", "chrono", @@ -5163,7 +5163,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "typlite" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "base64", "clap", @@ -5423,7 +5423,7 @@ dependencies = [ [[package]] name = "typst-shim" -version = "0.13.15-rc2" +version = "0.13.15" dependencies = [ "cfg-if", "comemo", diff --git a/Cargo.toml b/Cargo.toml index 5bc7a5903..334c39c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] description = "An integrated language service for Typst." authors = ["Myriad-Dreamin ", "Nathan Varner"] -version = "0.13.15-rc2" +version = "0.13.15" edition = "2021" readme = "README.md" license = "Apache-2.0" @@ -187,28 +187,28 @@ insta = { version = "1.39", features = ["glob"] } # Our Own Crates tinymist-assets = { version = "=0.13.14" } -tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.15-rc2" } -tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.15-rc2" } -tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.15-rc2" } -tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.15-rc2", default-features = false } -tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.15-rc2", default-features = false } -tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.15-rc2", default-features = false } -tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.15-rc2" } -tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.15-rc2" } -typst-shim = { path = "./crates/typst-shim", version = "0.13.15-rc2" } +tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.15" } +tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.15" } +tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.15" } +tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.15", default-features = false } +tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.15", default-features = false } +tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.15", default-features = false } +tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.15" } +tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.15" } +typst-shim = { path = "./crates/typst-shim", version = "0.13.15" } tinymist-tests = { path = "./crates/tinymist-tests/" } -sync-ls = { path = "./crates/sync-lsp", version = "0.13.15-rc2" } -tinymist = { path = "./crates/tinymist/", version = "0.13.15-rc2" } -tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.15-rc2" } -tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.15-rc2", default-features = false } -tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.15-rc2" } -tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.15-rc2" } -tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.15-rc2" } -tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.15-rc2" } -tinymist-preview = { path = "./crates/typst-preview", version = "0.13.15-rc2" } -typlite = { path = "./crates/typlite", version = "0.13.15-rc2" } +sync-ls = { path = "./crates/sync-lsp", version = "0.13.15" } +tinymist = { path = "./crates/tinymist/", version = "0.13.15" } +tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.15" } +tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.15", default-features = false } +tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.15" } +tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.15" } +tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.15" } +tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.15" } +tinymist-preview = { path = "./crates/typst-preview", version = "0.13.15" } +typlite = { path = "./crates/typlite", version = "0.13.15" } [profile.dev.package.insta] opt-level = 3 diff --git a/contrib/html/editors/vscode/package.json b/contrib/html/editors/vscode/package.json index c4747724e..0a8cfc54d 100644 --- a/contrib/html/editors/vscode/package.json +++ b/contrib/html/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist-vscode-html", - "version": "0.13.15-rc2", + "version": "0.13.15", "description": "Extending Typst with HTML features", "keywords": [ "html", diff --git a/crates/tinymist-derive/Cargo.toml b/crates/tinymist-derive/Cargo.toml index 38c2378fb..6cef79d04 100644 --- a/crates/tinymist-derive/Cargo.toml +++ b/crates/tinymist-derive/Cargo.toml @@ -4,7 +4,7 @@ description = "Provides derive for tinymist." categories = ["compilers"] keywords = ["typst"] # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/tinymist-l10n/Cargo.toml b/crates/tinymist-l10n/Cargo.toml index 3e194cf82..6e69b5c20 100644 --- a/crates/tinymist-l10n/Cargo.toml +++ b/crates/tinymist-l10n/Cargo.toml @@ -4,7 +4,7 @@ description = "Localization support for tinymist and typst." categories = ["compilers", "command-line-utilities"] keywords = ["language", "typst"] # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/tinymist-package/Cargo.toml b/crates/tinymist-package/Cargo.toml index d10ae5fce..a9b4e9f5c 100644 --- a/crates/tinymist-package/Cargo.toml +++ b/crates/tinymist-package/Cargo.toml @@ -4,7 +4,7 @@ description = "Tinymist package support for Typst." categories = ["compilers"] keywords = ["api", "language", "typst"] # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/tinymist-project/Cargo.toml b/crates/tinymist-project/Cargo.toml index 4b11304d9..61b837990 100644 --- a/crates/tinymist-project/Cargo.toml +++ b/crates/tinymist-project/Cargo.toml @@ -4,7 +4,7 @@ description = "Project model of typst for tinymist." categories = ["compilers"] keywords = ["language", "typst"] # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/tinymist-std/Cargo.toml b/crates/tinymist-std/Cargo.toml index 14ce84b48..0262c5c7d 100644 --- a/crates/tinymist-std/Cargo.toml +++ b/crates/tinymist-std/Cargo.toml @@ -2,7 +2,7 @@ name = "tinymist-std" description = "Additional functions wrapping Rust's standard library." # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/tinymist-task/Cargo.toml b/crates/tinymist-task/Cargo.toml index 686a07f24..e6653e625 100644 --- a/crates/tinymist-task/Cargo.toml +++ b/crates/tinymist-task/Cargo.toml @@ -4,7 +4,7 @@ description = "Task model of typst for tinymist." categories = ["compilers"] keywords = ["language", "typst"] # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/tinymist-vfs/Cargo.toml b/crates/tinymist-vfs/Cargo.toml index f15de1be6..acfdc7581 100644 --- a/crates/tinymist-vfs/Cargo.toml +++ b/crates/tinymist-vfs/Cargo.toml @@ -2,7 +2,7 @@ name = "tinymist-vfs" description = "Vfs for tinymist." # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/tinymist-world/Cargo.toml b/crates/tinymist-world/Cargo.toml index 774cb7642..95c318833 100644 --- a/crates/tinymist-world/Cargo.toml +++ b/crates/tinymist-world/Cargo.toml @@ -4,7 +4,7 @@ description = "Typst's World implementation for tinymist." categories = ["compilers"] keywords = ["language", "typst"] # group: world -version = "0.13.15-rc2" +version = "0.13.15" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/typst-shim/Cargo.toml b/crates/typst-shim/Cargo.toml index 80f874485..3415874e6 100644 --- a/crates/typst-shim/Cargo.toml +++ b/crates/typst-shim/Cargo.toml @@ -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.15-rc2" +version = "0.13.15" edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/editors/vscode/package.json b/editors/vscode/package.json index ac0c177be..822be565f 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -1,6 +1,6 @@ { "name": "tinymist", - "version": "0.13.15-rc2", + "version": "0.13.15", "description": "%description%", "keywords": [ "typst",