From b7d7f0ab8457748aa02c7f3e91ced5b8c0aca522 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 28 May 2021 11:33:07 +0200 Subject: [PATCH] version bump gitui --- 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 1dec6fa8..b42afa26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "asyncgit" -version = "0.16.0" +version = "0.16.1" dependencies = [ "crossbeam-channel", "easy-cast", diff --git a/Cargo.toml b/Cargo.toml index c4efb74f..0ef128db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ keywords = [ [dependencies] scopetime = { path = "./scopetime", version = "0.1" } -asyncgit = { path = "./asyncgit", version = "0.16" } +asyncgit = { path = "./asyncgit", version = "0.16.1" } filetreelist = { path = "./filetreelist", version = "0.1" } crossterm = { version = "0.19", features = [ "serde" ] } clap = { version = "2.33", default-features = false } diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 19402bad..60e2b3cb 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.16.0" +version = "0.16.1" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"