From 16f03d459eb461bd15cff620e39d27634747afc6 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 28 May 2021 10:44:10 +0200 Subject: [PATCH] bump asyncgit version --- Cargo.lock | 2 +- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb25911e..f75f2f34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "asyncgit" -version = "0.15.0" +version = "0.16.0" dependencies = [ "crossbeam-channel", "easy-cast", diff --git a/Cargo.toml b/Cargo.toml index 13a6ebde..a43f9faa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ keywords = [ [dependencies] scopetime = { path = "./scopetime", version = "0.1" } -asyncgit = { path = "./asyncgit", version = "0.15" } +asyncgit = { path = "./asyncgit" } filetree = { path = "./filetree" } async_utils = { path = "./async_utils" } crossterm = { version = "0.19", features = [ "serde" ] } diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 18c9e12e..19402bad 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.15.0" +version = "0.16.0" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"