next asyncgit release

This commit is contained in:
Stephan Dilly 2020-04-18 11:26:25 +02:00
parent 73c650174f
commit e4b00adede
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "asyncgit"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"crossbeam-channel",
"git2",

View file

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