bump asyncgit version

This commit is contained in:
Stephan Dilly 2021-05-28 10:44:10 +02:00
parent f5b9f7259c
commit 16f03d459e
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

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

View file

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

View file

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