summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-04-21 19:40:45 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-04-21 19:40:45 +0200
commit466de64acc0b40be09babda334ce9af49bb346a7 (patch)
tree7a4584f94aeb544e22310eda73c9df18cea15b62
parent4bd320bb0ea80cd996eaa50ac65d1dd0a2c106be (diff)
bump asyncgitv0.1.10
-rw-r--r--Cargo.lock2
-rw-r--r--asyncgit/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3f97df91..0b5c6e7f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "asyncgit"
-version = "0.1.7"
+version = "0.1.8"
dependencies = [
"crossbeam-channel",
"git2",
diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml
index bf563e52..07e50fbb 100644
--- a/asyncgit/Cargo.toml
+++ b/asyncgit/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "asyncgit"
-version = "0.1.7"
+version = "0.1.8"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"