From 86542deba0f35cf72c7d4324bf43de79210745ae Mon Sep 17 00:00:00 2001 From: Astrale Date: Wed, 13 Sep 2023 08:52:49 +0200 Subject: [PATCH] bump typstfmt --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f623f28..be489c2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3391,8 +3391,8 @@ dependencies = [ [[package]] name = "typstfmt_lib" -version = "0.2.2" -source = "git+https://github.com/astrale-sharp/typstfmt?tag=0.2.2#c315bee0868f558ebf3bc8341b3b4e643f583155" +version = "0.2.4" +source = "git+https://github.com/astrale-sharp/typstfmt?tag=0.2.4#41c834c0021b6f5fb7c603cd4f33a36657a988c9" dependencies = [ "globmatch", "itertools 0.10.5", diff --git a/Cargo.toml b/Cargo.toml index 4c5f9970..9287a737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features = "fmt", ] } walkdir = "2.4" -typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.2" } +typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.4" } # jaeger opentelemetry = { version = "0.20.0", optional = true }