Skip to content

Commit

Permalink
build: bump typstyle to v0.12.12 (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer authored Dec 16, 2024
1 parent 9d93e3b commit 0a42b87
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 85 deletions.
88 changes: 7 additions & 81 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ typst-pdf = "0.12.0"
typst-syntax = "0.12.0"
typst-assets = "0.12.0"
typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.7" }
typstyle = { version = "=0.12.10", default-features = false }
typstyle-core = { version = "=0.12.12", default-features = false }
typlite = { path = "./crates/typlite" }
typst-shim = { path = "./crates/typst-shim", features = ["nightly"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/tinymist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ typst-render.workspace = true
typst-timing.workspace = true
typst-assets.workspace = true

typstyle.workspace = true
typstyle-core.workspace = true
typstfmt_lib.workspace = true

reflexo.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## v0.12.12 - [2024-12-15]

* Bumped typstyle from v0.12.6 to v0.12.10 by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/987
* This version includes massive update on comment formatting and binary operator chain formatting. For details, see https://enter-tainer.github.io/typstyle/changelog/#v01210---2024-12-12
* Bumped typstyle from v0.12.6 to v0.12.12 by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/987 and https://github.com/Myriad-Dreamin/tinymist/pull/1010
* This version includes massive update on comment formatting and binary operator chain formatting. For details, see https://enter-tainer.github.io/typstyle/changelog/#v01211---2024-12-16

### Editor

Expand Down

0 comments on commit 0a42b87

Please sign in to comment.