From 3909d4c591601fb1fe6c4a94d62f0f7ddeb626a8 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 27 Mar 2020 01:57:08 +0100 Subject: [PATCH] next release --- asyncgit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 49caf4b6..25b7f420 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.1.1" +version = "0.1.2" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"