Skip to content

Commit

Permalink
build: bump version to 0.11.29 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Oct 5, 2024
1 parent a52a716 commit 7a1d1f4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 30 deletions.
49 changes: 22 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <[email protected]>", "Nathan Varner"]
version = "0.11.27"
version = "0.11.29"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -107,7 +107,7 @@ typst-svg = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0
typst-render = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-pdf = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-syntax = { git = "https://github.com/paran3xus/typst.git", tag = "tinymist-v0.11.29" }
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4afd428838a8fc99151c00dcf52f26b94c367aa0" }
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4afd428" }
typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.7" }
typstyle = { git = "https://github.com/paran3xus/typstyle", tag = "tinymist-v0.11.29", default-features = false }
typlite = { path = "./crates/typlite" }
Expand Down Expand Up @@ -141,7 +141,7 @@ insta = { version = "1.39", features = ["glob"] }

# Our Own Crates
typst-preview = { path = "./crates/typst-preview/" }
tinymist-assets = { version = "0.11.24-rc1" }
tinymist-assets = { version = "0.11.29-rc1" }
tinymist = { path = "./crates/tinymist/" }
tinymist-analysis = { path = "./crates/tinymist-analysis/" }
tinymist-query = { path = "./crates/tinymist-query/" }
Expand Down

0 comments on commit 7a1d1f4

Please sign in to comment.