mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
build(pkg): bump version to 0.13.4-rc1 (#1433)
This commit is contained in:
parent
5babd2b8f8
commit
7c78171987
14 changed files with 47 additions and 38 deletions
34
Cargo.lock
generated
34
Cargo.lock
generated
|
@ -741,7 +741,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crityp"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -1389,9 +1389,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "globset"
|
||||
version = "0.4.15"
|
||||
version = "0.4.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
||||
checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"bstr",
|
||||
|
@ -3690,7 +3690,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync-lsp"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
@ -3821,7 +3821,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tests"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"lsp-server",
|
||||
|
@ -3944,7 +3944,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
@ -3988,7 +3988,7 @@ dependencies = [
|
|||
"strum",
|
||||
"sync-lsp",
|
||||
"temp-env",
|
||||
"tinymist-assets 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.13.4-pre-rc1",
|
||||
"tinymist-core",
|
||||
"tinymist-project",
|
||||
"tinymist-query",
|
||||
|
@ -4032,17 +4032,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-pre-rc1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2c57010af6092d64e8954c0591146519bf6a058fd0f309ec5f496cef971406a3"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-assets"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "217c00cf5a04175b114ba98b299cc594d29cc1dd352367b5a1b58f4c7704f461"
|
||||
version = "0.13.4-rc1"
|
||||
|
||||
[[package]]
|
||||
name = "tinymist-core"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_metadata",
|
||||
|
@ -4091,7 +4091,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-query"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -4145,7 +4145,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tinymist-render"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"log",
|
||||
|
@ -4536,7 +4536,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|||
|
||||
[[package]]
|
||||
name = "typlite"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"clap",
|
||||
|
@ -4755,7 +4755,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "typst-preview"
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"comemo",
|
||||
|
@ -4769,7 +4769,7 @@ dependencies = [
|
|||
"reflexo-vec2svg",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tinymist-assets 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"tinymist-assets 0.13.4-pre-rc1",
|
||||
"tinymist-std",
|
||||
"tokio",
|
||||
"typst",
|
||||
|
|
20
Cargo.toml
20
Cargo.toml
|
@ -1,7 +1,7 @@
|
|||
[workspace.package]
|
||||
description = "An integrated language service for Typst."
|
||||
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
|
||||
version = "0.13.2"
|
||||
version = "0.13.4-rc1"
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
@ -174,20 +174,22 @@ insta = { version = "1.39", features = ["glob"] }
|
|||
|
||||
|
||||
# Our Own Crates
|
||||
typst-preview = { path = "./crates/typst-preview", version = "0.13.2" }
|
||||
typst-shim = { path = "./crates/typst-shim", version = "0.13.2" }
|
||||
tinymist-assets = { version = "=0.13.2" }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.13.2" }
|
||||
tinymist-assets = { version = "=0.13.4-pre-rc1" }
|
||||
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.2" }
|
||||
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.2", default-features = false }
|
||||
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.2", default-features = false }
|
||||
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.2", default-features = false }
|
||||
tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.2", default-features = false }
|
||||
tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.2" }
|
||||
tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.2" }
|
||||
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.2" }
|
||||
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.2" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.2" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.2" }
|
||||
typst-shim = { path = "./crates/typst-shim", version = "0.13.2" }
|
||||
|
||||
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.4-rc1", default-features = false }
|
||||
tinymist = { path = "./crates/tinymist/", version = "0.13.4-rc1" }
|
||||
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.4-rc1" }
|
||||
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.4-rc1" }
|
||||
typst-preview = { path = "./crates/typst-preview", version = "0.13.4-rc1" }
|
||||
|
||||
[profile.dev.package.insta]
|
||||
opt-level = 3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-vscode-html",
|
||||
"version": "0.13.2",
|
||||
"version": "0.13.4-rc1",
|
||||
"description": "Extending Typst with HTML features",
|
||||
"keywords": [
|
||||
"html",
|
||||
|
|
|
@ -3,8 +3,9 @@ name = "tinymist-analysis"
|
|||
description = "Typst Static Analyzers for Tinymist."
|
||||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist-web",
|
||||
"version": "0.13.2",
|
||||
"version": "0.13.4-rc1",
|
||||
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
|
||||
"author": "Myriad-Dreamin",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -3,8 +3,9 @@ name = "tinymist-derive"
|
|||
description = "Provides derive for tinymist."
|
||||
categories = ["compilers"]
|
||||
keywords = ["typst"]
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -3,8 +3,9 @@ name = "tinymist-project"
|
|||
description = "Project model of typst for tinymist."
|
||||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[package]
|
||||
name = "tinymist-std"
|
||||
description = "Additional functions wrapping Rust's standard library."
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -3,8 +3,9 @@ name = "tinymist-task"
|
|||
description = "Task model of typst for tinymist."
|
||||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[package]
|
||||
name = "tinymist-vfs"
|
||||
description = "Vfs for tinymist."
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -3,8 +3,9 @@ name = "tinymist-world"
|
|||
description = "Typst's World implementation for tinymist."
|
||||
categories = ["compilers"]
|
||||
keywords = ["language", "typst"]
|
||||
# group: world
|
||||
version = "0.13.2"
|
||||
authors.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "typst-shim"
|
||||
description = "A compatibility layer for Typst release and mainline versions."
|
||||
authors = ["The Typst Project Developers"]
|
||||
version.workspace = true
|
||||
version = "0.13.2"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinymist",
|
||||
"version": "0.13.2",
|
||||
"version": "0.13.4-rc1",
|
||||
"description": "An integrated language service for Typst",
|
||||
"keywords": [
|
||||
"typst",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typst-textmate",
|
||||
"version": "0.13.2",
|
||||
"version": "0.13.4-rc1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"compile": "npx tsc && node ./dist/main.mjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue