From 2042ed80e7fe26cf9b598d51eb252f73a980cbf9 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 18 Apr 2024 12:00:29 +1000 Subject: [PATCH] Release simple-git 0.2.6 (#20) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b356061..b42e953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-git" -version = "0.2.5" +version = "0.2.6" edition = "2021" description = "The simple git interface for gix suitable for async context (with tokio)"