diff --git a/Cargo.lock b/Cargo.lock index 9a6e0200..5ad65db8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.1.6" +version = "0.1.7" dependencies = [ "crossbeam-channel", "git2", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 98c51938..bf563e52 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.1.6" +version = "0.1.7" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"