From 87a37b9d8937b295d601ee9165ccfecba6d02372 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 29 Apr 2020 23:36:31 +0200 Subject: [PATCH] raise version --- 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 b940d09f..bab6f1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.1.9" +version = "0.2.0" dependencies = [ "crossbeam-channel", "git2", diff --git a/Cargo.toml b/Cargo.toml index 7ab433a7..57e2b7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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=[] diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 63c4e9cb..174f9448 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.1.9" +version = "0.2.0" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"