From 9a9fba433d6b2a58cc4f016142d48d2b5f4d08e1 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 17 Apr 2020 16:10:49 +0200 Subject: [PATCH] version bump --- asyncgit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 2ffc154e..98c51938 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.1.5" +version = "0.1.6" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"