From 0793c8bbd74956854f7bc59faec732197d35cf49 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Thu, 3 Jul 2025 23:16:11 +0200 Subject: [PATCH] chore(setup-repo): Update the git lib version to 0.2.0 Signed-off-by: Noah Knegt --- setup-repo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-repo/Cargo.toml b/setup-repo/Cargo.toml index b8c3167..7780dc1 100644 --- a/setup-repo/Cargo.toml +++ b/setup-repo/Cargo.toml @@ -12,5 +12,5 @@ repository.workspace = true anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } colored = "3.0" -git = { version = "0.1.0", path = "../git" } +git = { version = "0.2.0", path = "../git" } indicatif = "0.17"