From 9c2ae59ecf267daa40318ca455dd2f71bc89740b Mon Sep 17 00:00:00 2001 From: izzy Date: Sat, 24 Jan 2026 01:21:33 +0000 Subject: [PATCH] chore: add `git-town` tool Signed-off-by: izzy --- .mise/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mise/config.toml b/.mise/config.toml index 1d6ad18d..85fcd898 100644 --- a/.mise/config.toml +++ b/.mise/config.toml @@ -7,6 +7,8 @@ gh = "2.25.0" rust = "1.92.0" "cargo:cargo-nextest" = "0.9.122" +"github:git-town/git-town" = "22.4.0" + [settings] experimental = true idiomatic_version_file_enable_tools = ["rust"]