From 8c22757f716a654a61b97c39b856ba70cc9b9d70 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Thu, 3 Jul 2025 23:16:39 +0200 Subject: [PATCH] chore(create-worktree): Update git lib version to 0.2.0 Signed-off-by: Noah Knegt --- create-worktree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-worktree/Cargo.toml b/create-worktree/Cargo.toml index 2baeaf0..21b99ae 100644 --- a/create-worktree/Cargo.toml +++ b/create-worktree/Cargo.toml @@ -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" }