chore: bump typstyle to v0.11.26 (#326)

This commit is contained in:
Wenzhuo Liu 2024-06-17 12:57:37 +08:00 committed by GitHub
parent 340410fe63
commit a08ba75a49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4530,9 +4530,9 @@ dependencies = [
[[package]]
name = "typstyle"
version = "0.11.23"
version = "0.11.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb15ec2ba1f804eab4f8f2ae1bbbe8a7d2f882bb8acabaee0b101de46ee28c56"
checksum = "b08c00b01698330e3c46dd9454c3472e4107866de14fc52aeb1a55aa260bfc7b"
dependencies = [
"anyhow",
"clap",

View file

@ -55,7 +55,7 @@ typst-ts-core = { version = "0.5.0-rc4", default-features = false }
typst-ts-compiler = { version = "0.5.0-rc4" }
typst-ts-svg-exporter = { version = "0.5.0-rc4" }
typst-preview = { version = "0.11.3" }
typstyle = "0.11.23"
typstyle = "0.11.26"
typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.7" }
lsp-server = "0.7.6"