raise version

This commit is contained in:
Stephan Dilly 2020-04-29 23:36:31 +02:00
parent 12cef5fccd
commit 87a37b9d89
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

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

View file

@ -32,7 +32,7 @@ bitflags = "1.2"
maplit = "1.0"
backtrace = { version = "0.3" }
scopetime = { path = "./scopetime", version = "0.1" }
asyncgit = { path = "./asyncgit", version = "0.1" }
asyncgit = { path = "./asyncgit", version = ">=0.1" }
[features]
default=[]

View file

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