chore(create-worktree): Update git lib version to 0.2.0

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-07-03 23:16:39 +02:00
parent 0793c8bbd7
commit 8c22757f71

View File

@@ -13,6 +13,6 @@ anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
colored = "3.0"
dirs = "6.0"
git = { version = "0.1.0", path = "../git" }
git = { version = "0.2.0", path = "../git" }
indicatif = "0.17"
thiserror = { version = "2.0" }