From 8a577d5be57b1cff3cb9a98a68417cc1a371d5b4 Mon Sep 17 00:00:00 2001 From: Wenzhuo Liu Date: Sat, 18 May 2024 12:47:23 +0800 Subject: [PATCH] chore: bump to typstyle v0.11.21 (#303) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 439f64782..f6167d37b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.17" +typstyle = "0.11.21" typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.7" } lsp-server = "0.7.6"