version bump gitui

This commit is contained in:
Stephan Dilly 2021-05-28 11:33:07 +02:00
parent c8099ee9f9
commit b7d7f0ab84
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -61,7 +61,7 @@ dependencies = [
[[package]]
name = "asyncgit"
version = "0.16.0"
version = "0.16.1"
dependencies = [
"crossbeam-channel",
"easy-cast",

View File

@ -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 }

View File

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.16.0"
version = "0.16.1"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"