From ee44a44df4fca5973ff076ce2245bb9d9c907a9c Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 10 Apr 2020 19:05:47 +0200 Subject: [PATCH] prepare new version --- Cargo.lock | 2 +- asyncgit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b5872ab..c028d433 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.1.3" +version = "0.1.4" dependencies = [ "crossbeam-channel", "git2", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 5f339b50..6b69034a 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.1.3" +version = "0.1.4" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"