summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-24 16:44:56 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-24 16:46:32 +0800
commit2cef51d7448206291b1ac92fdaf708a7e30c78a4 (patch)
tree6d9475e4ed006976ed5beb1ef7e347776e6aa6e4 /Cargo.toml
parenteac47247875fe79960a1dfd714a8bb2f9a148e7d (diff)
Fix detection of trailing backslash in path formattingnext
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2348af0..01a49d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/catilgrass/just_fmt"
-version = "0.1.1"
+version = "0.1.2"
edition = "2024"
[dependencies.strip-ansi-escapes]